Parmeggiani-Lab / elfin-solver

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

Write tests for mutation consistency #34

Open joy13975 opened 5 years ago

joy13975 commented 5 years ago

Related to #32.

Write auto unit tests so that mutation inconsistency can be captured earlier.

This is talking about when the same random seed is used, but results vary run after run. Both for single and multi thread modes.