jakobbossek / ecr

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

Multi-criteria optimization #9

Closed jakobbossek closed 9 years ago

jakobbossek commented 10 years ago

The package shall offer a toolset/framework for mono-objective as well as multi-criteria objective functions. Think about how to separate that. Do we need optim.mono and optim.multi funs or can we handle all the stuff with one fun?

jakobbossek commented 10 years ago

For now the focus lies on mono-criteria optimization.

surmann commented 9 years ago

Very interesting. Unique compared to GA.

jakobbossek commented 9 years ago

Yeah, but this is a long way to go :-) If you want to tackle some multi-objective problems with evolutionary multi-objective algorithms in R at the moment take a look at the packages emoa and mco.

jakobbossek commented 9 years ago

With the current operator interface and the internal structure and data types used in ecr it is not difficult to enable multi-objective evolutionary optimization. At the moment I am already working on it.

jakobbossek commented 9 years ago

Merged the multiobjective branch into the master branch. Multi-objective is now possible. Still all the operators are missing. See the other issues for that.