Skip to content

Commit

Permalink
fix document
Browse files Browse the repository at this point in the history
  • Loading branch information
aoymt committed Jul 31, 2024
1 parent 66e0839 commit cc8b2b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/ja/source/customize/common.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@

- ルートディレクトリ ``root_dir``

- デフォルトはカレントディレクトリ ``"."`` です
- 絶対パスに変換されたものがあらためて ``root_dir`` に設定されます
- 先頭の ``~`` はホームディレクトリに展開されます
- デフォルトはカレントディレクトリ ``"."`` です
- 具体的には次のコードが実行されます

.. code-block:: python
Expand Down Expand Up @@ -108,4 +108,4 @@ Runner クラスの引数のデフォルト値となります。
:math:`N` 次元の探索パラメータ :math:`x` に対して、 :math:`M` 行 :math:`N` 列の行列 :math:`A` と :math:`M` 次元のベクトル :math:`b` で与えられる :math:`M` 個の制約条件 :math:`A x + b > 0` を課すクラスです。

要素 ``A``, ``b`` はコンストラクタの引数に指定するか、 ``from_dict`` クラスメソッドに辞書の形式で与えます。
``py2dmat`` の入力ファイルに指定する場合、パラメータの指定方法は「入力ファイル」の mapping セクションを参照してください。
``py2dmat`` の入力ファイルに指定する場合、パラメータの指定方法は「入力ファイル」の limitation セクションを参照してください。
2 changes: 1 addition & 1 deletion doc/ja/source/tutorial/minsearch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Nelder-Mead法による最適化

.. code-block::
$ cd sample/minsearch
$ cd sample/analytical/minsearch
メインプログラムを実行します。計算時間は通常のPCで数秒程度で終わります。

Expand Down

0 comments on commit cc8b2b2

Please sign in to comment.