Page 1 of 1

optimization_term bug

Posted: 06 Aug 2015, 16:46
by michael_borland
The weight parameter of the &optimization_term command is ignored. This will be fixed in the next release. Those building from source can use the attached file, which has the patch.

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
use

Code: Select all

&optimization_term
	term = "betax sqr 10 *"
&end
--Michael