clinamen2 package

Subpackages

Submodules

clinamen2.test_functions module

This module contains auxiliary test functions as defined in table 1 of

[1] O. Krause, D. R. Arbonès, C. Igel, “CMA-ES with Optimal Covariance

Update and Storage Complexity”, part of [2], 2016.

[2] D. Lee, M. Sugiyama, U. Luxburg, I. Guyon, R. Garnett, “Advances

in Neural Information Processing Systems 29, 2016.

clinamen2.test_functions.create_ackley_function()[source]

Create Ackley test function.

Args:

Return type:

Callable

Returns:

The Ackley test function.

clinamen2.test_functions.create_cigar_function()[source]

Create cigar test function.

Args:

Return type:

Callable

Returns:

The Cigar test function.

clinamen2.test_functions.create_diffpowers_function()[source]

Different Powers test function.

Args:

Return type:

Callable

Returns:

The Diffpowers test function.

clinamen2.test_functions.create_discus_function()[source]

Create discus test function.

Args:

Return type:

Callable

Returns:

The Discus test function.

clinamen2.test_functions.create_ellipsoid_function()[source]

Create ellipsoid test function.

Args:

Return type:

Callable

Returns:

The Ellipsoid test function.

clinamen2.test_functions.create_rosenbrock_function()[source]

Create Rosenbrock test function.

Args:

Return type:

Callable

Returns:

The Rosenbrock test function.

clinamen2.test_functions.create_sphere_function()[source]

Create sphere test function.

Args:

Return type:

Callable

Returns:

The Sphere test function.

Module contents

Copyright 2023-2025 The Clinamen2 contributors

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.