Ambrosys / glyph

a python 3 library based on deap providing abstraction layers for symbolic regression problems.
GNU Lesser General Public License v3.0
92 stars 16 forks source link

Question: How to make use of optimized constants? #70

Closed PGijsbers closed 4 years ago

PGijsbers commented 4 years ago

The package description mentions "interfacing constant optimization to scipy.optimize", but we have trouble finding any further documentation on this. How can we make sure our constants are optimized?

Ohjeah commented 4 years ago

Have a look at this example. The api docs of the constant optimization function can be found here.