MCPcopy Create free account
hub / github.com/anyoptimization/pymoo / _set_optimum

Method _set_optimum

pymoo/core/algorithm.py:305–306  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

303 return self.advance(*args, **kwargs)
304
305 def _set_optimum(self) -> None:
306 self.opt = filter_optimum(self.pop, least_infeasible=True)
307
308 def _post_advance(self) -> None:
309

Callers 1

_post_advanceMethod · 0.95

Calls 1

filter_optimumFunction · 0.90

Tested by

no test coverage detected