TUD-STKS / TargetOptimizer

TargetOptimizer
GNU General Public License v3.0
1 stars 0 forks source link

[Optimization Branch] One run not enough, make opt global #5

Closed paul-krug closed 4 years ago

paul-krug commented 4 years ago

Currently the boundary delta modifies the initial bounds, but it should optimize the optimal bounds at each optimization step, otherwise the optimization is not global and several runs have to be performed to get to the global minimum.

paul-krug commented 4 years ago

The boundary optimization finds the global optimum now (if maxIterations is chosen large enough).