Skip to content

Commit

Permalink
update manual
Browse files Browse the repository at this point in the history
  • Loading branch information
aoymt committed Sep 1, 2024
1 parent 20fc307 commit 9ef1756
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions doc/en/source/algorithm/bayes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ At each step of the optimization process, the values of the parameters and the c
Restart
~~~~~~~~~~~~~~~~~~~~~~
The execution mode is specified by the ``run_mode`` parameter to the ``Algorithm.main()`` method.
The execution mode is specified by the ``run_mode`` parameter to the constructor.
The operation of each mode is described as follows.
The parameter values correspond to ``--init``, ``--resume``, and ``--cont`` options of ``py2dmat`` command, respectively.

- ``"initialize"`` (default)
- ``"initial"`` (default)

The program is started from the initial state.
First, it performs the random sampling for the number of times specified by ``random_max_num_probes`` parameter.
Expand Down
4 changes: 2 additions & 2 deletions doc/en/source/algorithm/exchange.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,11 @@ The remaining columns are the coordinates.
Restart
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The execution mode is specified by the ``run_mode`` parameter to the ``Algorithm.main()`` method.
The execution mode is specified by the ``run_mode`` parameter to the constructor.
The operation of each mode is described as follows.
The parameter values correspond to ``--init``, ``--resume``, and ``--cont`` options of ``py2dmat`` command, respectively.

- ``"initialize"`` (default)
- ``"initial"`` (default)

The program is started from the initialized state.
If the checkpointing is enabled, the intermediate states will be stored at the folloing occasions:
Expand Down
4 changes: 2 additions & 2 deletions doc/en/source/algorithm/mapper_mpi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ Below, output example is shown.
Restart
~~~~~~~~~~~~~~~~~~~~~~
The execution mode is specified by the ``run_mode`` parameter to the ``Algorithm.main()`` method.
The execution mode is specified by the ``run_mode`` parameter to the constructor.
The operation of each mode is described as follows.
The parameter values correspond to ``--init``, ``--resume``, and ``--cont`` options of ``py2dmat`` command, respectively.

- ``"initialize"`` (default)
- ``"initial"`` (default)

The program is started from the initial state.
If the checkpointing is enabled, the intermediate states will be stored at the folloing occasions:
Expand Down
4 changes: 2 additions & 2 deletions doc/en/source/algorithm/pamc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -296,11 +296,11 @@ The sixth column is the acceptance ratio of MC updates.
Restart
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The execution mode is specified by the ``run_mode`` parameter to the ``Algorithm.main()`` method.
The execution mode is specified by the ``run_mode`` parameter to the constructor.
The operation of each mode is described as follows.
The parameter values correspond to ``--init``, ``--resume``, and ``--cont`` options of ``py2dmat`` command, respectively.

- ``"initialize"`` (default)
- ``"initial"`` (default)

The program is started from the initialized state.
If the checkpointing is enabled, the intermediate states will be stored at the folloing occasions:
Expand Down
4 changes: 2 additions & 2 deletions doc/ja/source/algorithm/bayes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@
リスタート
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
``Algorithm.main()`` メソッドの引数 ``run_mode`` に実行モードを指定します。
コンストラクタの引数 ``run_mode`` に実行モードを指定します。
以下はそれぞれ ``py2dmat`` コマンドの引数の ``--init``, ``--resume``, ``--cont`` に対応します。
各モードの動作は次のとおりです。

- ``"initialize"`` (デフォルト)
- ``"initial"`` (デフォルト)

初期化して実行します。
まず、ランダムサンプリングを ``random_max_num_probes`` に指定した回数だけ行います。
Expand Down
4 changes: 2 additions & 2 deletions doc/ja/source/algorithm/exchange.rst
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,11 @@ MPI並列を利用する場合は、あらかじめ `mpi4py <https://mpi4py.read
リスタート
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
``Algorithm.main()`` メソッドの引数 ``run_mode`` に実行モードを指定します。
コンストラクタの引数 ``run_mode`` に実行モードを指定します。
以下はそれぞれ ``py2dmat`` コマンドの引数の ``--init``, ``--resume``, ``--cont`` に対応します。
各モードの動作は次のとおりです。

- ``"initialize"`` (デフォルト)
- ``"initial"`` (デフォルト)

初期化して実行します。
チェックポイント機能が有効な場合、以下のタイミングで実行時の状態をファイルに出力します。
Expand Down
4 changes: 2 additions & 2 deletions doc/ja/source/algorithm/mapper_mpi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ MPI 並列を行う場合は、 `mpi4py <https://mpi4py.readthedocs.io/en/stable
リスタート
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
``Algorithm.main()`` メソッドの引数 ``run_mode`` に実行モードを指定します。
コンストラクタの引数 ``run_mode`` に実行モードを指定します。
以下はそれぞれ ``py2dmat`` コマンドの引数の ``--init``, ``--resume``, ``--cont`` に対応します。
各モードの動作は次のとおりです。

- ``"initialize"`` (デフォルト)
- ``"initial"`` (デフォルト)

初期化して実行します。
チェックポイント機能が有効な場合、以下のタイミングで実行時の状態をファイルに出力します。
Expand Down
4 changes: 2 additions & 2 deletions doc/ja/source/algorithm/pamc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,11 @@ MPI 並列をする場合にはあらかじめ `mpi4py <https://mpi4py.readthedo
リスタート
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
``Algorithm.main()`` メソッドの引数 ``run_mode`` に実行モードを指定します。
コンストラクタの引数 ``run_mode`` に実行モードを指定します。
以下はそれぞれ ``py2dmat`` コマンドの引数の ``--init``, ``--resume``, ``--cont`` に対応します。
各モードの動作は次のとおりです。

- ``"initialize"`` (デフォルト)
- ``"initial"`` (デフォルト)

初期化して実行します。
チェックポイント機能が有効な場合、以下のタイミングで実行時の状態をファイルに出力します。
Expand Down

0 comments on commit 9ef1756

Please sign in to comment.