Skip to content

Commit

Permalink
added ga_fast switch to configuration defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
bfrosik committed Jun 27, 2023
1 parent ea820b7 commit 175e989
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cohere-defaults/config_rec
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@ hio_beta = .9
// ga_gen_pc_start = 3
// generation at which pcdi feature will start, if active.

// ga_fast = True // defines which GA algorithm to use
// if present and True, the number of reconstructions is limited to
// available resources. This reconstruction is very fast.
// Otherwise the number of reconstructions is unlimited but the
// performance is worse as the intermediate results must be stored.

// TWIN
// twin feature trims the image array at the current state by zeroing half of the array in each dimension.

Expand Down

0 comments on commit 175e989

Please sign in to comment.