Parmeggiani-Lab / elfin-solver

Standard Genetic Algorithm solver for elfin
MIT License
0 stars 0 forks source link

Mutation randomness consistency is broken #32

Closed joy13975 closed 5 years ago

joy13975 commented 5 years ago

Mode::ERODE - Inconsistent by itself Mode::INSERT - Inconsistent by itself Mode::CROSS - Consistent by itself but not when combined with others

Might be misuse of seed, or memory corruption.

joy13975 commented 5 years ago

"Now Elfin exhibits result consistency even with different number of threads, at each generation. Now that is something weird..."

Smart me forgot that I seed is per candidate so the thread count doesn't matter. Close.