CMA-ES / moarchiving

A bi-objective nondominated archive class
Other
2 stars 3 forks source link

Improve new hypervolume_improvement method #6

Open nikohansen opened 2 years ago

nikohansen commented 2 years ago

This code https://github.com/CMA-ES/moarchiving/blob/22c15def0e19542045a38177b193bc5bcbcd783e/moarchiving/moarchiving.py#L691-693 should probably use _bisect to find the index (faster).