(Last Changed on August
04,
2022 for git-revision 9cd228d57ddaaa05092ccd86a12934d02a275b0a.)
#include <sstream>
#include <admodel.h>
#include <df1b2fun.h>
#include <adrndeff.h>
#include <ctime>
Go to the source code of this file.
|
void | ad_update_function_minimizer_report (int feval, int iter, int phase, double fval, double gmax, const char *cbuf) |
|
void | check_java_flags (int &start_flag, int &quit_flag, int &der_flag, int &next_flag) |
|
int | get_option_number (const char *option_name, const char *error_message, int &option_value) |
|
int | get_option_number (const char *option_name, const char *error_message, long long int &option_value) |
|
void | print_is_diagnostics (laplace_approximation_calculator *lapprox) |
|
void | set_initial_simplex (const tdmatrix &p, const dvector &y, int nvar, const dvector &x, double delta) |
|
void | tracing_message (int traceflag, const char *s) |
| Description not yet available. More...
|
|
void | vm_initialize (void) |
|
void ad_update_function_minimizer_report |
( |
int |
feval, |
|
|
int |
iter, |
|
|
int |
phase, |
|
|
double |
fval, |
|
|
double |
gmax, |
|
|
const char * |
cbuf |
|
) |
| |
void check_java_flags |
( |
int & |
start_flag, |
|
|
int & |
quit_flag, |
|
|
int & |
der_flag, |
|
|
int & |
next_flag |
|
) |
| |
int get_option_number |
( |
const char * |
option_name, |
|
|
const char * |
error_message, |
|
|
int & |
option_value |
|
) |
| |
int get_option_number |
( |
const char * |
option_name, |
|
|
const char * |
error_message, |
|
|
long long int & |
option_value |
|
) |
| |
void set_initial_simplex |
( |
const tdmatrix & |
p, |
|
|
const dvector & |
y, |
|
|
int |
nvar, |
|
|
const dvector & |
x, |
|
|
double |
delta |
|
) |
| |
void tracing_message |
( |
int |
_traceflag, |
|
|
const char * |
s |
|
) |
| |
Description not yet available.
- Parameters
-
Definition at line 94 of file newfmin.cpp.
void vm_initialize |
( |
void |
| ) |
|