NLPModels.jl icon indicating copy to clipboard operation
NLPModels.jl copied to clipboard

Documentation of varscale, lagscale and conscale

Open amontoison opened this issue 1 year ago • 2 comments

The functions varscale, lagscale and conscale are exported but they don't have any docstring. It's fine for me only if the functions are not exported. We should not have this kind of thing in the public API.

function varscale end
function lagscale end
function conscale end

amontoison avatar Nov 18 '24 21:11 amontoison

@dpo Can we remove those functions? Or what was the motivation?

tmigot avatar Nov 23 '24 17:11 tmigot

They are inspired by the AMPL functions of the same name, and should help with problem scaling.

dpo avatar Nov 23 '24 22:11 dpo