SedSat3 1.1.6
Sediment Source Apportionment Tool - Advanced statistical methods for environmental pollution research
Loading...
Searching...
No Matches
_filenames Struct Reference

File paths for Genetic Algorithm input/output operations. More...

#include <GA/GA.h>

Collaboration diagram for _filenames:
Collaboration graph

Public Attributes

std::string initialpopfilemame
 Path to file containing initial population.
 
std::string pathname
 Directory path for output files.
 
std::string getfromfilename
 Path to file for reading previous GA results.
 
std::string outputfilename
 Path to main output file for GA results.
 

Detailed Description

File paths for Genetic Algorithm input/output operations.

Contains all file paths needed for GA initialization, checkpointing, and result output.

Definition at line 218 of file GA.h.

Member Data Documentation

◆ getfromfilename

std::string _filenames::getfromfilename

Path to file for reading previous GA results.

Used to warm-start optimization from previous run.

Definition at line 239 of file GA.h.

◆ initialpopfilemame

std::string _filenames::initialpopfilemame

Path to file containing initial population.

Used when readfromgafile is true to load starting population.

Definition at line 225 of file GA.h.

◆ outputfilename

std::string _filenames::outputfilename

Path to main output file for GA results.

Contains:

  • Best individual each generation
  • Population statistics
  • Convergence history

Definition at line 249 of file GA.h.

◆ pathname

std::string _filenames::pathname

Directory path for output files.

Base directory where all GA results will be saved.

Definition at line 232 of file GA.h.


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