|
LoadOptimizer |
Accueil Précédent Suivant |
C/C++ declaration
long __stdcall LoadOptimizer(char * Fichier);
Pascal declaration
function LoadOptimizer(Fichier: PChar): LongInt; stdcall;
Input optimizer pilot creation
IN → Fichier : Model file name
Return → The created pilot handle.
Remark : This function create a model whose variables are the inputs. The training process will modify those inputs in order to get a desired result as outputs.