Public Attributes | |
| int | trn_ok |
| int | val_ok |
| int | tst_ok |
| double | mse_error |
Static Public Attributes | |
| static int | trn_max = 0 |
| static int | val_max = 0 |
| static int | tst_max = 0 |
Friends | |
| bool | operator< (const phenotype &a, const phenotype &b) |
| bool | operator== (const phenotype &a, const phenotype &b) |
| bool | operator>= (const phenotype &a, const phenotype &b) |
| bool | operator> (const phenotype &a, const phenotype &b) |
| ostream & | operator<< (ostream &os, const phenotype &p) |
| istream & | operator>> (istream &is, phenotype &p) |
Definition at line 46 of file gprop.h.
1.4.7