issues
search
cavalab
/
brush
An interpretable machine learning library
http://cavalab.org/brush/
GNU General Public License v3.0
3
stars
0
forks
source link
Optional variation
#40
Closed
gAldeia
closed
1 year ago
gAldeia
commented
1 year ago
Crossover now returns
std::optional
.
Modified
get_X
to return
std::optional
(also renamed it to
sample_X
due to stochastic behavior).
Updated PTC2 to work with these new modifications.
Updated all related documentation.
Small fixes and some
// TODO
solving and cleaning.
std::optional
.get_X
to returnstd::optional
(also renamed it tosample_X
due to stochastic behavior).// TODO
solving and cleaning.