Skip to content
Snippets Groups Projects
Select Git revision
  • Binary
  • add-version-information
  • master default protected
  • os-path-join
  • develop-GA
  • timeFstatmap
  • add-higher-spindown-components
  • develop-DK
  • adds-header-to-grid-search
  • v1.3
  • v1.2
  • v1.1.2
  • v1.1.0
  • v1.0.1
14 results

grid_based_searches.py

Blame
  • Forked from Gregory Ashton / PyFstat
    Source project has a limited visibility.
    • Gregory Ashton's avatar
      f93e27b1
      Allow use of generator in grid based searches · f93e27b1
      Gregory Ashton authored
      This updates get_input_data_array. First, the list of possible search
      parameters is defined as a list of strings in the class itself avoiding
      repeated definitions of get_input_data_array. Second, is `args.clean == True`
      then the input_data is not generated as an array, but a generator. For
      large arrays this avoids memory issues.
      f93e27b1
      History
      Allow use of generator in grid based searches
      Gregory Ashton authored
      This updates get_input_data_array. First, the list of possible search
      parameters is defined as a list of strings in the class itself avoiding
      repeated definitions of get_input_data_array. Second, is `args.clean == True`
      then the input_data is not generated as an array, but a generator. For
      large arrays this avoids memory issues.