iwopy.benchmarks

Package

Description

iwopy.benchmarks.branin

The Branin benchmark

iwopy.benchmarks.rosenbrock

The Rosenbrock benchmark

iwopy.benchmarks.branin

The Branin benchmark

class iwopy.benchmarks.branin.BraninObjective(iwopy.wrappers.SimpleObjective)[source]

The objective function for the Branin problem.

class iwopy.benchmarks.branin.BraninProblem(iwopy.wrappers.SimpleProblem)[source]

Problem definition of benchmark function Branin.

iwopy.benchmarks.rosenbrock

The Rosenbrock benchmark

class iwopy.benchmarks.rosenbrock.RosenbrockObjective(iwopy.wrappers.SimpleObjective)[source]

The Rosenbrock function is defined as

class iwopy.benchmarks.rosenbrock.RosenbrockProblem(iwopy.wrappers.SimpleProblem)[source]

Problem definition of benchmark function Rosenbrock.