ecr2 icon indicating copy to clipboard operation
ecr2 copied to clipboard

ecr: Evolutionary Computation in R (version 2)

Results 17 ecr2 issues
Sort by recently updated
recently updated
newest added

E.g., the number of problem instances, algorithms and replications. Maybe add sanity check for inconsistencies in number of replications, missing values etc. and throw warning.

EA-analysis

Some functions, e.g., `computeIndicators`, may require substantial computational effort. So far no progress indicator is given and hence the user has no clue about the expected remaining computation time.

EA-analysis

Generalize. Basically we split a data.frame by a categorical variable (here `prob`), split again pairwise by another categorical variable (here `algorithm`) and apply tests to one or more numeric columns...

enhancement
later
EA-analysis

EMOA analysis needs tests

visualization
EA-analysis

- [ ] permutation: PMX and swap für TSP - [x] real-valued: uniform recombinator und Gauss mutation auf Testfunktion - [ ] binary: ONE-MAX

documentation
later