JSL Constrained Minimize - Row by Row Solver Help
Hi There, My objective is to have JSL iterate through values in two columns (x1, x2) which is are used in formulas of other columns until it meets the criteria of [column(y1)- column(y2) = 0 ;column(z1)-column(z2)=0]. Note that the equation I'm trying to solve is a nested non-linear equation where y1 = f1(x1, x2, x3, x4...)y2 = f2(x1, x2, x3, x4...)z1 = y1+y2z2 = independent value In Excel, it was...