메소드 | 설명 | |
---|---|---|
QuadraticObjectiveFunction ( Expression |
Creates a new objective function specified through a string.
|
|
QuadraticObjectiveFunction ( double quadraticTerms, double linearTerms ) : System |
Creates a new objective function specified through a string.
|
|
QuadraticObjectiveFunction ( string function ) : System |
Creates a new objective function specified through a string.
|
|
QuadraticObjectiveFunction ( string function, |
Creates a new objective function specified through a string.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
|
TryParse ( string str, |
Attempts to create a QuadraticObjectiveFunction from a System.String representation.
|
|
TryParse ( string str, |
Attempts to create a QuadraticObjectiveFunction from a System.String representation.
|
메소드 | 설명 | |
---|---|---|
addTuple ( string>.Dictionary |
||
createLinearTermsVector ( ) : double[] | ||
createQuadraticTermsMatrix ( ) : ].double[ | ||
function ( double input ) : double | ||
gradient ( double input ) : double[] | ||
initialize ( string>.Dictionary |
||
parseExpression ( string>.Dictionary |
||
parseString ( string f, |
public QuadraticObjectiveFunction ( Expression |
||
function | Expression |
A |
리턴 | System |
public QuadraticObjectiveFunction ( double quadraticTerms, double linearTerms ) : System | ||
quadraticTerms | double | A Hessian matrix of quadratic terms defining the quadratic objective function. |
linearTerms | double | The vector of linear terms associated with |
리턴 | System |
public QuadraticObjectiveFunction ( string function ) : System | ||
function | string | A |
리턴 | System |
public QuadraticObjectiveFunction ( string function, |
||
function | string | A |
culture | The culture information specifying how
/// numbers written in the |
|
리턴 | System |
public static TryParse ( string str, |
||
str | string | The string containing the function in textual form. |
culture | The culture information specifying how
/// numbers written in the |
|
function | The resulting function, if it could be parsed. | |
리턴 | bool |
public static TryParse ( string str, |
||
str | string | The string containing the function in textual form. |
function | The resulting function, if it could be parsed. | |
리턴 | bool |