matlab - How should I modify the initial guess for normalised version of optimisation task? -


i solving large optimization problem. problem contains 500 decision variables , few hundred constraints. since constraints tight , nonlinear, random initial guess doesn't yield solution. fortunately have initial guess can solve problem. initial guess obtained solving problem in dynamic simulation software.

the problem , when normalize objective function ([minf-f(x)]/range), problem not converge solution. how should modify initial guess normalized version of problem?

i using matlab


Comments

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -