OptimizationMethod Type

Base Class for Optimization Methods

Copyright (c) 2003-2004, dnAnalytics Project. All rights reserved. See http://www.dnAnalytics.net for details.

Adopted to Altaxo (c) 2005 Dr. Dirk Lellinger.

Constructors

Constructor Description

OptimizationMethod()

Full Usage: OptimizationMethod()

Instance members

Instance member Description

this.MethodName

Full Usage: this.MethodName

Returns: string
Modifiers: abstract

Method Name

Returns: string

this.ToString

Full Usage: this.ToString

Returns: string
Modifiers: abstract

A string representation of this OptimizationMethod.

Returns: string

this.ToString

Full Usage: this.ToString

Parameters:
    format : string - A format specification.

Returns: string

A string representation of this OptimizationMethod.

format : string

A format specification.

Returns: string

this.ToString

Full Usage: this.ToString

Parameters:
    formatProvider : IFormatProvider - An IFormatProvider that supplies culture-specific formatting information.

Returns: string

A string representation of this OptimizationMethod.

formatProvider : IFormatProvider

An IFormatProvider that supplies culture-specific formatting information.

Returns: string

this.ToString

Full Usage: this.ToString

Parameters:
    format : string - A format specification.
    formatProvider : IFormatProvider - An IFormatProvider that supplies culture-specific formatting information.

Returns: string
Modifiers: abstract

A string representation of this OptimizationMethod.

format : string

A format specification.

formatProvider : IFormatProvider

An IFormatProvider that supplies culture-specific formatting information.

Returns: string