A work-around is to add the weight to the expression, e.g., instead of
Code: Select all
&optimization_term
term = "betax sqr", weight=10
&end
Code: Select all
&optimization_term
term = "betax sqr 10 *"
&end
Moderators: michael_borland, soliday
Code: Select all
&optimization_term
term = "betax sqr", weight=10
&end
Code: Select all
&optimization_term
term = "betax sqr 10 *"
&end