Skip to content

Fixed log space handling of estimator. Optimizers now optimize in log space.

Jorin Diemer requested to merge issue_26_parameter_log_scale into master

The transformation as it was implemented didn't make sense at all, as the parameter boundaries were just backtranformed from log space before optimization was started. Now the desiered parameter bounds/initial values are tranformed INTO log space before optimization. Backtransformation of the parameters is performed within the objective function wrapper and before final parameter set is returned.

Merge request reports