Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 683 Bytes

File metadata and controls

9 lines (9 loc) · 683 Bytes

SA and PSO algorithms

Following project is an implementation of Simulated Annealing SA and Particle Swarm PSO optimization algorithms in Java.

Features and used libraries

Program uses Math Parser to take custom functions to optimize as an input from the user. It is also possible to use some predefined test functions for optimization.
Optimization of custom functions is visualized with the usage of matplotlib4j