XCSF
1.4.7
XCSF learning classifier system
|
Early stopping callback for Python library. More...
#include <limits>
#include <pybind11/numpy.h>
#include <pybind11/pybind11.h>
#include "xcsf.h"
#include "pybind_callback.h"
#include "pybind_utils.h"
Go to the source code of this file.
Data Structures | |
class | EarlyStoppingCallback |
Callback to stop training when a certain metric has stopped improving. More... | |
Early stopping callback for Python library.
Definition in file pybind_callback_earlystop.h.