cavalab / brush

An interpretable machine learning library
http://cavalab.org/brush/
GNU General Public License v3.0
2 stars 0 forks source link

limits on max size / depth for crossover/mutation #27

Closed lacava closed 1 year ago

lacava commented 1 year ago

currently crossover/mutation do not limit max depth. they should.

@gAldeia those settings end up in the PARAM object, which is global and json. If you search for it you'll see how to extract the values from it.

gAldeia commented 1 year ago

This issue was resolved by the merged commit.