netpyne.batch.grid

Module for grid search parameter optimization and exploration

Functions:

runJob(script, cfgSavePath, ...)

Function for/to <short description of netpyne.batch.grid.runJob>

getParamCombinations(batch)

generateParamCombinations(batch)

gridSearch(batch, pc)

Function for/to <short description of netpyne.batch.grid.gridSearch>

gridSubmit(batch, pc, netParamsSavePath, ...)

netpyne.batch.grid.runJob(script, cfgSavePath, netParamsSavePath, processes, jobName)[source]

Function for/to <short description of netpyne.batch.grid.runJob>

Parameters:
  • script (<type>) – <Short description of script> Default: required

  • cfgSavePath (<type>) – <Short description of cfgSavePath> Default: required

  • netParamsSavePath (<type>) – <Short description of netParamsSavePath> Default: required

netpyne.batch.grid.getParamCombinations(batch)[source]
netpyne.batch.grid.generateParamCombinations(batch)[source]
netpyne.batch.grid.gridSearch(batch, pc)[source]

Function for/to <short description of netpyne.batch.grid.gridSearch>

Parameters:
  • batch (<type>) – <Short description of batch> Default: required

  • pc (<type>) – <Short description of pc> Default: required

netpyne.batch.grid.gridSubmit(batch, pc, netParamsSavePath, jobName, simLabel, processes, processFiles)[source]