kpenev / poet

Documentation at:
https://kpenev.github.io/poet/
Mozilla Public License 2.0
10 stars 0 forks source link

Eccentricity order is never reduced #25

Closed kpenev closed 4 years ago

kpenev commented 4 years ago

The evolution for a system defined in the following source code: test_evol.cpp.txt increases its eccentricity expansion order to 31, but then even though the expansion order check suggests that the order should be reduced it never actually is.

kpenev commented 4 years ago

It turns out that the evolution fails due to #28 before eccentricity order is allowed to be reduced due to the condition that the evolution must advance by at least 1% toward the final age.

kpenev commented 4 years ago

Indeed, once the evolution no longer crashed, eccentricity order did get reduced correctly.