XCSF  1.4.7
XCSF learning classifier system
pybind_callback_earlystop.h File Reference

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"
Include dependency graph for pybind_callback_earlystop.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  EarlyStoppingCallback
 Callback to stop training when a certain metric has stopped improving. More...
 

Detailed Description

Early stopping callback for Python library.

Author
Richard Preen rpree.nosp@m.n@gm.nosp@m.ail.c.nosp@m.om
Date
2023.

Definition in file pybind_callback_earlystop.h.