diff options
Diffstat (limited to 'fitter_check.m')
-rw-r--r-- | fitter_check.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fitter_check.m b/fitter_check.m index dd87775..5ae2ac4 100644 --- a/fitter_check.m +++ b/fitter_check.m @@ -24,7 +24,9 @@ n_truncate = 3; %number of digits in truncated solution [ possible_lens_placement_uniq, possible_lens_placement, possible_sample_energy, possible_lens_set, index ] = remove_similar_soln( possible_sample_energy, possible_lens_placement, possible_lens_set, n_truncate ); n_visualizations = 5; %number of best solutions to visualize +n_hist = 10000; pick_visualization( possible_sample_energy, possible_lens_placement_uniq, possible_lens_placement, possible_lens_set, index, n_visualizations, q0, qf, Ltot, lambda ); +stability_visualization( possible_lens_placement_uniq, q0, qf, xf, possible_lens_placement, possible_lens_set, lambda, n_visualizations, n_hist, index ) % %Visualize fitness function for fixed f2 and f3 |