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

Stopping Criterion #33

Closed CBqk3762 closed 11 months ago

CBqk3762 commented 11 months ago

Currently, optimisers.py uses walltime as the stopping critera; would suggest changing this to a measure of convergence or possibly no. of iterations/computational time instead.

lukethehuman commented 11 months ago

Closed as duplicate of #26