Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
Update symbolic_regression.py
Browse files Browse the repository at this point in the history
Fix symbolic regression example
  • Loading branch information
Ohjeah authored Jul 10, 2019
1 parent 709bed6 commit 6c3867a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/symbolic_regression/symbolic_regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import numpy as np

from glyph import gp
from glyph.assessment import const_opt_scalar
from glyph.assessment import const_opt
from glyph.utils import Memoize
from glyph.utils.numeric import nrmse, silent_numpy

Expand Down

0 comments on commit 6c3867a

Please sign in to comment.