!              chi_square            mass           alpha          init_Y    init_Z_div_X         log age          radius            logL            Teff            logg    avg_delta_nu         a_div_r    correction_r
!      30      4.82867524      1.30625000      1.58750000      0.24000000      0.02237500      9.66791802      1.96444273      0.66927795   6057.99928899      3.96743691     56.97497628     -2.09768367      1.00044316

&model_search_controls
      
   !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'


   !just_call_my_extras_check_model = .true.
      ! if true, then just run star and skip the model search stuff


      vary_mass = .true.
      first_mass = 1.30625 ! 1.25
      min_mass = 1.10
      max_mass = 1.40
      delta_mass = 0.01
      
      vary_alpha = .true.
      first_alpha = 1.5875 ! 1.7
      min_alpha = 1.4
      max_alpha = 2.0
      delta_alpha = 0.0001d0 ! spacing for grid
      
      vary_Y = .true.
      first_Y = 0.24
      min_Y = 0.22
      max_Y = 0.27
      delta_Y = 0.005 ! spacing for grid

      vary_Z_div_X = .true.
      first_Z_div_X = 0.022375 ! 0.022
      min_Z_div_X = 0.018
      max_Z_div_X = 0.026
      delta_Z_div_X = 0.001 ! spacing for grid
      
      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
      
      
      !hooke_rho = 0.50
      !hooke_eps = 0.05
      !hooke_xscale = 0.75
!              chi_square            mass           alpha          init_Y    init_Z_div_X         log age          radius            logL            Teff            logg    avg_delta_nu         a_div_r    correction_r
!      22      5.45635233      1.30625000      1.58750000      0.23625000      0.02125000      9.66640926      1.96306252      0.67472428   6079.15788749      3.96804739     56.95808197     -1.99442376      1.00011276
      
      !hooke_rho = 0.80
      !hooke_eps = 0.01
      !hooke_xscale = 0.75
!              chi_square            mass           alpha          init_Y    init_Z_div_X         log age          radius            logL            Teff            logg    avg_delta_nu         a_div_r    correction_r
!     183      4.64419174      1.30625000      1.58750000      0.23589652      0.02119511      9.66723352      1.96347448      0.67473968   6078.57398278      3.96786514     56.94578995     -1.98180135      1.00025416


/ ! end model_search_controls
