Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 864 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 864 Bytes

Implementation of Particle Swarm Optimization on Three-body problem

1.Implemented PSO algorithm on a three-body system simulator with graphical user interface allowing users to input initial parameters
2.Built a model in a 3D coordinate system to represent the position and movement for the three-body system
3.Used Java 3D, PSO algorithm

demo   You can input the initial position, velocity, and mass for each body
The left screen show the over all motion of three body
The right screen show the motion of all particles. Every times before the body move, I release 15 particles for each bodies(totally 45 particle running at the same time) to find the best position

This repo is under MIT License: https://opensource.org/licenses/MIT