0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

化学式の係数を力任せに探索するPGM

Posted at

化学式の係数をただ力任せに探索するだけのPGMです

githubURL : https://github.com/NanjoMiyako/MiteiKeisu

PGMのサンプルページ: https://nanjomiyako.github.io/MiteiKeisu/

処理の流れとしては
1.まず大まかにブロック別として探索する係数の範囲を決定
2.決定した係数探索範囲のブロックを元に係数候補のリストを作成
3.それらの係数候補から化学反応式としてOKなものか判定し、
OKだったらそれを返すようにする

参考画像

screenshot2.jpg

サンプルスクリーンショット
screenshot1.JPG

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?