Minimum Finder  1.0
Find the minimum of one multi-dimss function
Loading...
Searching...
No Matches
Individual Struct Reference

#include <structs.h>

Public Member Functions

 Individual (double x_val=0, double y_val=0)
 

Public Attributes

double x
 
double y
 
double fitness
 

Detailed Description

Definition at line 18 of file structs.h.

Constructor & Destructor Documentation

◆ Individual()

Individual::Individual ( double x_val = 0,
double y_val = 0 )
inline

Definition at line 25 of file structs.h.

25: x(x_val), y(y_val), fitness(0) {}
double x
Definition structs.h:20
double fitness
Definition structs.h:22
double y
Definition structs.h:21

Member Data Documentation

◆ fitness

double Individual::fitness

Definition at line 22 of file structs.h.

◆ x

double Individual::x

Definition at line 20 of file structs.h.

◆ y

double Individual::y

Definition at line 21 of file structs.h.


The documentation for this struct was generated from the following file: