nevergrad/benchmark/experiments.py [1899:1910]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    "DiscreteOnePlusOne",
                    "Shiwa",
                    "CMA",
                    "PSO",
                    "TwoPointsDE",
                    "DE",
                    "OnePlusOne",
                    "AdaptiveDiscreteOnePlusOne",
                    "CMandAS2",
                    "PortfolioDiscreteOnePlusOne",
                    "DoubleFastGADiscreteOnePlusOne",
                    "MultiDiscrete",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



nevergrad/benchmark/optgroups.py [189:200]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        "DiscreteOnePlusOne",
        "Shiwa",
        "CMA",
        "PSO",
        "TwoPointsDE",
        "DE",
        "OnePlusOne",
        "AdaptiveDiscreteOnePlusOne",
        "CMandAS2",
        "PortfolioDiscreteOnePlusOne",
        "DoubleFastGADiscreteOnePlusOne",
        "MultiDiscrete",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



