jakobbossek / ecr

Outdated: New repository https://github.com/jakobbossek/ecr2
Other
13 stars 5 forks source link

Operator interface #104

Closed jakobbossek closed 8 years ago

jakobbossek commented 8 years ago

Rethink the operator interface. I am still not happy with the current state. We should make use of the LearnerParms of the ParamHelpers package to define parameters of the evolutionary operators instead of the current mechanism. This would be a slight abusement of the purpose of LearnerParams, but they have much in common with parameters of Optimization algorithms.

jakobbossek commented 8 years ago

Decided not to use ParamHelpers::Parameters. Operators remain simple functions with appended attributes.