Skip to content

Convert Synthetic Data Functions Classes Into Modules #31

@shb84

Description

@shb84

The current implementation of synthetic test functions (e.g. Rosenbrock, Rastrigin, ...) follows a class inheritance pattern to ensure the same methods are available for such object, but it's not very intuitive. Keep it simple and create a synthetic_data package that implements the same functionality using more intuitive modules for each function.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions