PymooMethod

class PymooMethod[source]

Bases: Enum

Supported optimization methods from the pymoo library.

Attributes Summary

Attributes Documentation

CMAES = 'CMAES'
DE = 'DE'