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.
Constructor | Description |
Full Usage:
OptimizationMethod()
|
|
Instance member | Description |
Full Usage:
this.MethodName
Returns: string
Modifiers: abstract |
Method Name
|
Full Usage:
this.ToString
Returns: string
Modifiers: abstract |
A string representation of this
|
Full Usage:
this.ToString
Parameters:
string
-
A format specification.
Returns: string
|
A string representation of this
|
Full Usage:
this.ToString
Parameters:
IFormatProvider
-
An IFormatProvider that supplies culture-specific formatting information.
Returns: string
|
A string representation of this
|
Full Usage:
this.ToString
Parameters:
string
-
A format specification.
formatProvider : IFormatProvider
-
An IFormatProvider that supplies culture-specific formatting information.
Returns: string
Modifiers: abstract |
A string representation of this
|