[RBFOpt] Rbfop, objective function value

Giacomo Nannicini giacomo.n at gmail.com
Sun Nov 11 14:38:48 EST 2018


Hi Isabella,
the syntax looks correct.
Can you post the output of the log file and the contents of new.py to
see how your black box is constructed? Alternatively, try to print a
line in the evaluate() function in new.py when you subclass the
RbfoptBlackBox to check that it is being called at different points.

Cheers

Giacomo
On Sun, Nov 11, 2018 at 1:54 PM Isabella Viarchi
<isabella.viarchi at gmail.com> wrote:
>
> Hi, i am working with rbfopt to minimize a problem.
> I have dowloaded and installed everything and now i am trying to run it.
>
> I have created a user_blackBox_class with the code i have to run: specifically for each configuration i have to invoke a bash program and get the result of it. Everything seems to work, but i get the same output, and the objective funcion seem always to be zero.
> Does anyone have any clue of what i am doing wrong.
>
> I use this sintax for launch the program:
> rbfopt_cl_interface.py --max_evaluations 20 /mnt/c/Users/isabe/Documents/Tesi_Magistrale/rbfopt-master/my_src/rbfopt/saxpy/new.py --minlp_solver_path='/mnt/c/Users/isabe/Documents/Tesi_Magistrale/rbfopt-master/bonmin-linux64/bonmin'
>
> Do i need to specify something else?
>
> Thanks in advance
>
> _______________________________________________
> RBFOpt mailing list
> RBFOpt at list.coin-or.org
> https://list.coin-or.org/mailman/listinfo/rbfopt



More information about the RBFOpt mailing list