SiMoLib.NET API V3.0.1.1
Loading...
Searching...
No Matches
SiMoPO Namespace Reference

Parameter Optimization Algorithms. More...

Namespaces

namespace  GA
 Evolutionary and Genetic Algorithms.
 
namespace  HC
 Hill Climbing Algorithms.
 

Classes

interface  IParameterOptimization
 Common Interface to Parameter Optimization Algorithms. More...
 

Functions

delegate double TargetFunctionCall (IParameterOptimization OptimizationAlgorithm)
 Type declaration for the target function.
 

Detailed Description

Parameter Optimization Algorithms.

Function Documentation

◆ TargetFunctionCall()

delegate double SiMoPO.TargetFunctionCall ( IParameterOptimization OptimizationAlgorithm)

Type declaration for the target function.