Performance measure related structures and functions. More...
#include "ne_std.h"
#include "ne_sys.h"
#include "ne_dyn_vec.h"
Go to the source code of this file.
Data Structures | |
struct | ne_per_t |
Performance measure structure. More... | |
Typedefs | |
typedef double | ne_per_fn_t (ne_sys_t *sys, ne_dyn_vec_t *dyn, ne_real_t *params) |
Performance function type. | |
Enumerations | |
enum | ne_per_fn_type_t { NE_PER_TOP = 1, NE_PER_DYN = 2, NE_PER_TOP_AND_DYN = 3 } |
Performance measure form. More... | |
Functions | |
void | ne_per_free (ne_per_t *per) |
Performance measure related structures and functions.
Performance measures are used by the supervisors to be able to compare two different networks. Lower performance measures are better (i.e. they can be viewed as a cost).
Definition in file ne_per.h.
typedef double ne_per_fn_t(ne_sys_t *sys, ne_dyn_vec_t *dyn, ne_real_t *params) |
enum ne_per_fn_type_t |