tomas3svoboda / ChroMo

Chromatography model determination
2 stars 0 forks source link

Lev2_Optim.py #16

Open meloun67 opened 2 years ago

meloun67 commented 2 years ago

Nelder-Mead optimization algorithm. Level 2 sub-optimization of main bi-level optimization. Minimazes loss value from Lev2_Loss_Function.py and uses Lin_Solver.py or Nonlin_Solver.py based on IsoSelect from Iso_Decision.py

meloun67 commented 2 years ago

Nelder-Mead is local optimizer, I do not think it makes whole a lot of sence to use it here. I am pretty sure that function here is differenciable and continuous so it makes sence to use other algorithms (same with lev1, I believe). However we need to prove it for every solver.