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

Return multiple budget levels for an experiment #36

Open lukethehuman opened 11 months ago

lukethehuman commented 11 months ago

When running cyclops, users will likely want to return multiple (N) sensor suite options to suit a range of budgets. By default, N=3 levels including:

Likely this will involve adjusting the weight coefficient of the budgetary term(s) in the loss function, thus this issue requires/links to #16.

Another important aspect of this feature will be implementing a sensible way to control the extreme options. The simple approach would be to add bounds to the budgets, but this may prompt the result too much. Alternatives may be possible to allow sensible returns for an unbounded budget.

"Nice to have" features linked to this issue would be automatic generation of reports from a run, which could be easily added to a technical report of a study.