Skip to content

gobackhuoxing/Three-body-problem-PSO-INFO6205

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages