JYU-IBA / potku

Potku is analysis and simulation software for ToF-ERD measurements
https://www.jyu.fi/science/en/physics/research/infrastructures/accelerator-laboratory/pelletron/potku/
GNU General Public License v2.0
7 stars 8 forks source link

Add a linear optimization option to Optimize Recoils or Fluence #193

Open tpitkanen opened 2 years ago

tpitkanen commented 2 years ago

(Requested by @mlaitin)

The current NSGA-II multi-objective optimization algorithm is too fancy (slow and inaccurate) for optimizing recoils or fluence. A single-objective linear fit algorithm would run faster and probably yield similar results.

Objectives to optimize (simulated vs. measured values):

Different local minimums could be presented for the user to select.

The options for algorithms could be displayed like this:

tpitkanen commented 2 years ago

First version is implemented, but this is not complete yet. See #261 for remaining tasks.

tpitkanen commented 2 years ago

This is more complete now, but there are still some major things missing (#262).