namespace Gambit::Diver_1_0_4

[No description available]

Classes

Name
structGambit::Diver_1_0_4::diverScanData
Structure for passing likelihood and printer data through Diver to the objective function.

Functions

Name
doubleobjective(double params[], const int param_dim, int & fcall, bool & quit, const bool validvector, void *& context)
Function to be minimised by Diver.

Functions Documentation

function objective

double objective(
    double params[],
    const int param_dim,
    int & fcall,
    bool & quit,
    const bool validvector,
    void *& context
)

Function to be minimised by Diver.


Updated on 2023-06-26 at 21:36:52 +0000