Julien Schueller

Results 523 comments of Julien Schueller

it's ok: it is fixed in master, I'll merge it

@Sceki do you mind looking at this one too ? its a bit similar, not on the bound constraints, but on the general eq/ineq constraints

here: ``` #include #include #include #include using namespace pagmo; struct problem1 { vector_double fitness(const vector_double &x) const { const double g = 1.0 + 9.0 * (x[0] + x[1]); return...

@Sceki were you able to reproduce using my code ?

Not that I know. There are some nans at some point propagating, for example in the z__ variable.

Found it at line 1428 of cobyla.cn both sp and temp are 0. ``` 1428 alpha = sp / temp; ``` Add this in your main and run gdb: ```...

yes, but I dont think we can grind much more in that direction instead, I plan to implement the "too-far" heuristic (see 3.5.2 p114) note that I instrumented the code...

@adutfoy I think the example improved a lot since last time

yes, thanks, I tried but I did not make my mind, but I guess simpler is better

Thanks for the replies, I tried #1410 for this Your link on the css defeinetly helps, but I still would not how what to put in the css configuration if...