Skip to content
logo
In Silico Framework
_Solver.setup
Initializing search
    in_silico_framework
    • API reference
    • Tutorials
    • Installation
    • File & data formats
    • Bibliography
    in_silico_framework
    • API reference
      • Interface
      • biophysics_fitting
      • data_base
      • simrun
        • modular_reduced_model_inference
          • data_extractor
          • reduced_model
          • solver
            • _Solver
              • setup
                • Msimrun.modular_reduced_model_inference.solver._Solver.setup
                  • Parameters
              • _setup_optimizer
              • optimize_all_splits
              • optimize_one_split
            • Solver_COBYLA
          • strategy
        • PSP_with_cell_modification
        • generate_synapse_activations
        • get_cell_with_network
        • parameters_to_cell
        • rerun_db
        • robust_dask_delayed_execution
        • run_existing_synapse_activations
        • run_new_simulations
        • seed_manager
        • sim_trial_to_cell_object
        • synaptic_strength_fitting
        • utils
      • single_cell_parser
      • singlecell_input_mapper
      • spike_analysis
      • visualize
    • Tutorials
    • Installation
    • File & data formats
    • Bibliography
    • Msimrun.modular_reduced_model_inference.solver._Solver.setup
      • Parameters

    simrun ❭ modular_reduced_model_inference ❭ solver ❭ _Solver ❭ setup

    _Solver.setup¶

    simrun.modular_reduced_model_inference.solver._Solver.setup(strategy)¶

    Setup the solver for a given strategy and optimizer.

    The strategy needs to be passed as an argument, while the optimizer is set by the _setup_optimizer() method.

    Parameters:¶

    strategy (_Strategy) – The strategy object.

    Previous _Solver
    Next _Solver._setup_optimizer
    © Copyright 2025 Max Planck Institute for Neurobiology of Behavior - CAESAR.
    Created using Sphinx 7.1.2. and Sphinx-Immaterial