aurora-multiphysics / cyclops

Cyclops is a sensor suite optimisation program, designed for fusion engineering experiments.
GNU Lesser General Public License v2.1
2 stars 1 forks source link

Optimisers.py contains set seed value #35

Open CBqk3762 opened 11 months ago

CBqk3762 commented 11 months ago

In the class "Optimiser" the value of the random seed used is set to 1, would be preferable for the user to be able change this, or have a pseudo-randomly generated value perhaps (this can be done via pymoo itself by setting seed=None).