gabrielfougeron / choreo

Finds periodic solutions to the N-body problem
https://gabrielfougeron.github.io/choreo/
BSD 2-Clause "Simplified" License
4 stars 1 forks source link

New proposition for efficiently exploring the space of initial conditions to find more NEW solutions #68

Open gabrielfougeron opened 1 year ago

gabrielfougeron commented 1 year ago

Observation : 1 find the same solutions over and over again all the time. Question: How to change that ? How to explore the space of solutions more efficiently?

gabrielfougeron commented 1 year ago

Observation: Initial conditions uniquely define the motion. Proposition: Instead of exploring the infinite dimensional space of loops as initial states for the optimizer, rather explore the 2 x ndim x nbody dimensional space of initial conditions. Enforce initial conditions in the search using Lagrange multipliers.

Plan in several steps: