-
Hello!
I want to study optimizing algorithms, but i don't have background about optimizing algorithms. Can you give guide for me about what should i do first?
Thank you in advance.
-
Similar to PUGACE but more recent.
We could also mention other frameworks which make it possible to parallelize other metaheuristics.
All this will be used to update section "Parallelizing metah…
-
I would like to ask whether it is possible to submit work related to benchmarks on multi-core architectures. Would replicability be an issue here ?
-
Is it possible to add an algorithm to JMetal, that does not include mutation crossover and selection operations?
For example, **[Non-Dominated Sorting Grey Wolf Optimizer](https://www.researchgate.…
-
In quantum computing simulations particularly, finding the optimal contraction sequence has a huge effect on what is computable - the amount of memory and time required is exponential in how 'bad' the…
-
You can check this work:
José Antonio Parejo, Antonio Ruiz-Cortés, Sebastián Lozano, and Pablo Fernández. Metaheuristic
optimization frameworks: a survey and benchmarking. Soft Computing, 16:527–5…
-
There is a metaheuristic framework called jMetal (https://github.com/jMetal/jMetal). It is widely used in the academy. It contains several metaheuristics and problems. More in http://jmetal.github.io/…
-
First version of the core class diagram of the new jMetal release:
![architecturecoreclassdiagram](https://cloud.githubusercontent.com/assets/1889196/6389177/fd244d96-bda1-11e4-9036-0dea4a1ee632.png)…
-
The feature I like the least by far in jMetal is the `jmetal.core.Solution` class. The point is that many algorithms require them to have particular fields. For example, NSGA-II is based on solution r…
-
I was looking at some implementations of the `GenericIntSolutionType`, and I noticed that you have the `IntRealSolutionType` which has a variable amount of `Int` variables plus a variable amount of `R…