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.