ODAT-SE API

Contents:

  • odatse
    • odatse package
      • Subpackages
        • odatse.algorithm package
        • odatse.domain package
        • odatse.solver package
        • odatse.util package
      • Submodules
ODAT-SE API
  • odatse
  • odatse package
  • odatse.algorithm package
  • odatse.algorithm.random_search module
  • View page source

odatse.algorithm.random_search module

class odatse.algorithm.random_search.Algorithm(info: Info, runner: Runner | None = None, domain=None, run_mode: str = 'initial')[source]

Bases: Algorithm

Algorithm class for data analysis of quantum beam diffraction experiments. Inherits from odatse.algorithm.mapper_mpi.Algorithm.

Initialize the Algorithm instance.

Parameters:
  • info (Info) – Information object containing algorithm parameters.

  • runner (Runner) – Optional runner object for submitting tasks.

  • domain – Optional domain object, defaults to MeshGrid.

  • run_mode (str) – Mode to run the algorithm, defaults to “initial”.

__init__(info: Info, runner: Runner | None = None, domain=None, run_mode: str = 'initial') → None[source]

Initialize the Algorithm instance.

Parameters:
  • info (Info) – Information object containing algorithm parameters.

  • runner (Runner) – Optional runner object for submitting tasks.

  • domain – Optional domain object, defaults to MeshGrid.

  • run_mode (str) – Mode to run the algorithm, defaults to “initial”.

Previous Next

© Copyright 2020-, ISSP, UTokyo.

Built with Sphinx using a theme provided by Read the Docs.