+ "then, we set the dimension `n` of the minimization problem and the `flag` variable - responsible for the communication with the minimization routine. This last variable has to be set to `0` in order to perform the necessary initializations in Fortran land, specifically, an initialization routine inherent to each algorithm is called in the first call of the algorithm routine within the optimization loop. On the other hand, it is necessary to set some fields in the data structure `udf` of the `sotb` object. Note the use of C datatypes like `c_int`, `c_float`, etc."
0 commit comments