radaar

202 Reputation

8 Badges

7 years, 168 days

MaplePrimes Activity


These are questions asked by radaar

restart;

W := proc ()

      global rf;

     rf := add(xx[ii]^2-nn, ii = 1 .. nn);

    return rf ;

   end proc;

Optimization:-Minimize(W(), nn = 1 .. 5, seq(xx[ii] = 1 .. 10, ii = 1 .. nn));


Error, (in W) unable to execute add

 

Please solve

I am trying to use task programming but getting incorrect results and taking more time when using a single core.  Please help

TASK_PARALLEL3.mw

I am trying a multistart local search over a multimodal function. I need to locate around 700 local minima where the dimension of the function is very high. It will be really helpful if the computational time can be reduced. Thank you.

 

opt.mw

Does maple provide any method for finding the saddle point of a function? Thank you

Is it possible to import 3rd party python packages like pyGPGO (A  Bayesian Optimization package) available in github. Please reply. Thanks a lot 

1 2 3 4 5 6 7 Last Page 1 of 16