### Algorithm specific - [ ] get IPOPT to work! - [ ] xIt etc only for pyOpt algorithms. Others possible? - [ ] Cobyla pyopt nIt, now only neval - [x] if cobyla, sens false - [x] CONMIN returns too many design variables, this should be filtered after optimization - [ ] Why does pyOpt.NSGA2 crash so often? - [ ] readHistory 148 self.gOpt takes last design as opt, not true with non-grad based. Check this. (ALHSO, ALPSO, COBYLA, NSGA2, SDPEN) - [ ] pyopt.solveopt giving error - [x] check if last design is always opt. Could also csompare xOpt with History and take that which is closest! IT IS INDEED LAST DESIGN! - [ ] ALPSO does weird things with history. not working! Current cannot print. - [x] norm pymo x and f - [x] pygmo print - [ ] alg options - [ ] alg selection, pyopt as defautl, allow for pyopt_... - [ ] move pyopttools to interfaces - [ ] pyopt nongradient, find popsize and then num of generations
Algorithm specific