Evolutionary Algorithm for Adaptive Phase Estimation  1.0.2
io.h
1 #ifndef IO_H
2 #define IO_H
3 
8 void output_header(char const *output_filename, char const *time_filename);
10 void output_result(int num, int num_fit, double *final_fit, double *solution,
11  time_t start_time, char const *output_filename,
12  char const *time_filename);
14 void read_config_file(char const *filename, int *pop_size, int *N_begin,
15  int *N_cut, int *N_end, int *iter, int *iter_begin,
16  int *repeat, int *seed, string *output_filename,
17  string *time_filename, string *optimization,
18  double *prev_dev, double *new_dev, double *t_goal, int *data_end);
20 #endif // IO_H
int pop_size
Definition: mpi_optalg.h:74
int num_fit
Definition: mpi_optalg.h:72
int num
Definition: mpi_optalg.h:71