#include <SimpleGrowableGenome.h>
Public Member Functions | |
| Link (unsigned in, unsigned out, double weight) | |
| Constructor, link in to out using weight. | |
| Link (Ishtar::InputStream *stream) | |
| Constructor, read in, out and weight from stream. | |
| void | save (Ishtar::OutputStream *stream) |
| Save in, out and weight to stream. | |
Public Attributes | |
| unsigned | in |
| Source node id. | |
| unsigned | out |
| Destination node id. | |
| double | weight |
| Weight of this link. | |
1.4.2