/ParticleSwarmOptimization

Using Particle Swarm Optimization Algorithm to find the maximize solution of the following problem Maximize𝑓(𝑥,𝑦)=−𝑥𝑠𝑖𝑛(4𝑥)−1.1𝑦𝑠𝑖𝑛(2𝑦)+1 8≤x≤10; 10≤y≤13; x+y≤22 Expect to get maximum 23.0063 at (x,y)=(9.039,11.802)

Primary LanguagePython

No issues in this repository yet.