- Easy parametrization with Builders
- A Serial implementation for single-thread environments
- A Parallel implementation for high performance
| Algorithm | Serial? | Parallel? |
|---|---|---|
| Genetic | ✔ | ✔ |
| Simulated Annealing | ✔ | |
| Pattern Search | ✔ | ✔ |
| Swarm Search | ||
| BFGS | ||
| L-BFGS | ||
| Nelder-Mead | ||
| Grid |
./gradlew build