ICFERST  22-06
Reservoir simulator based on DCVFEM, Dynamic Mesh optimisation and Surface-based modelling
multi_machine_learning.F90 File Reference
#include "fdebug.h"
Include dependency graph for multi_machine_learning.F90:

Modules

module  multi_machine_learning
 Module to load and call a XGBoost model.
 

Functions/Subroutines

subroutine multi_machine_learning::xgboost_load_model ()
 Load the XGBoost model as -> xgb_model (private module variable) More...
 
subroutine multi_machine_learning::xgboost_predict (raw_input, out_result)
 Predict using the loaded XGBoost model xgboost_load_model() needs to be run first. More...
 
subroutine multi_machine_learning::xgboost_free_model ()
 Free the loaded XGBoost model from memory. More...
 
subroutine multi_machine_learning::test_xgboost ()
 Teste the XGBoost coupling. More...