Felipe Campelo

Results 16 issues of Felipe Campelo

Suggested by Jochen Papenbrock (via email): > Hi Felipe, > is it possible to generate an initial population for MOEADr? > Many optimisers also allow some iterations and a later...

enhancement
help wanted

by Lucas Batista: > Felipe, boa tarde! > > Tive que implementar o Uniform Design nesse sábado e, após pelejar com um certo problema, deu tudo certo. Acho que o...

- VARIATION: - [ ] Implement more variation operators (incl. local search) - NEIGHBORHOOD DEFINITION: - [ ] Un-hardcode it (modularize for easier upgrading) - POPULATION GENERATION: - [ ]...

enhancement
help wanted

Tchebycheff norm is defined as the maximum **absolute value** of a vector http://mathworld.wolfram.com/L-Infinity-Norm.html http://webber.physik.uni-freiburg.de/~hon/vorlss02/Literatur/StatistikGlossar/node29.html https://en.wikipedia.org/wiki/Uniform_norm Check whether internal calculations are using absolute values or signed values. This shouldn't be a...

Check if the weird performance observed for the inverted PBI is a side-effect of the estimation of the nadir point. While it makes sense to estimate the ideal point from...

- [x] Write Vignette explaining how to define a MOEADr-compliant problem - [ ] Write vignette explaining the variation stack - [x] Finish documentation of function moead() - [x] Thorough...