Documentation/Modules/ContinuousMOTestProblems: Unterschied zwischen den Versionen
Aus OpenDino
Admin (Diskussion | Beiträge) (→Source Code) |
Admin (Diskussion | Beiträge) (→Summary) |
||
| Zeile 1: | Zeile 1: | ||
==Summary== | ==Summary== | ||
| − | The module <code>ContinuousMOTestProblems</code> contains a set of multi-objective optimization | + | The module <code>ContinuousMOTestProblems</code> contains a set of multi-objective optimization problems, which can be used to test optimization algorithms. |
==Properties== | ==Properties== | ||
Version vom 7. April 2019, 14:08 Uhr
Inhaltsverzeichnis
Summary
The module ContinuousMOTestProblems contains a set of multi-objective optimization problems, which can be used to test optimization algorithms.
Properties
General
| Algorithm | deterministic test function |
|---|---|
| Design Variables | Continuous design variables only |
| Objectives | multi-objective for minimization |
| Constraints | none |
| Boundaries | problem dependent |
| Initial Search Region | problem dependent |
| Typical X | not set. |
Connections
| Starting at his module | none |
|---|---|
| Ending at this module | Connections of type optimization
|
Actions
| Name | Description |
|---|---|
| - | - |
Options
The options are the number of discrete and continuous variables and an optional time delay for per evaluation.
Module Description
Computation of the Objective
The single objective function f is a quadratic function. More precisely, f is computed as the square of all continuous and discrete variables.
f(x) = sumi(xi2)
This function is also referred to as the sphere function.
Usage
-
Source Code
References
-