
&model_search_controls

   just_call_my_extras_check_model = .true.
      ! if true, then just run star and skip the model search stuff
      
   !search_type = 'hooke'
      ! search for minimal chi^2 model using Hooke-Jeeves algorithm
   !search_type = 'bobyqa'
      ! search for minimal chi^2 model using BOBYQA algorithm
   search_type = 'scan_grid'
      ! eval chi^2 for each parameter combination
   !search_type = 'use_first_values'

   
   vary_mass = .true.
   first_mass = 1.25308518
   min_mass = 1.0
   max_mass = 1.5
   delta_mass = 0.0
   
   vary_alpha = .true.
   first_alpha = 1.56514925
   min_alpha = 1.0
   max_alpha = 2.0
   delta_alpha = 0.0
   
   vary_Y = .true.
   first_Y = 0.20
   min_Y = 0.245
   max_Y = 0.29
   delta_Y = 0.0

   vary_Z_div_X = .true.
   first_Z_div_X = 0.020
   min_Z_div_X = 0.0223
   max_Z_div_X = 0.025
   delta_Z_div_X = 0.0
   
   vary_f_ov = .false.
   first_f_ov = 0.015
   min_f_ov = 0.00
   max_f_ov = 0.03
   delta_f_ov = 0.01
   
   vary_f0_ov_fraction = .false.
   first_f0_ov_fraction = 1
   min_f0_ov_fraction = 1
   max_f0_ov_fraction = 1
   delta_f0_ov_fraction = 1
   
      
   ! for first pass search using Hooke-Jeeves algorithm
      hooke_rho = 0.50
      hooke_eps = 0.05
      hooke_xscale = 0.75
   
   ! finer resolution Hooke-Jeeves search to refine initial results
      !hooke_rho = 0.80
      !hooke_eps = 0.01
      !hooke_xscale = 0.75
      

/ ! end model_search_controls
