Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

概率相关参数 #41

Open
putianyi889 opened this issue Jul 26, 2024 · 2 comments
Open

概率相关参数 #41

putianyi889 opened this issue Jul 26, 2024 · 2 comments
Labels
good first issue Good for newcomers

Comments

@putianyi889
Copy link
Contributor

putianyi889 commented Jul 26, 2024

内容
目前的luck是所有操作的安全概率乘积,意义是本局胜率。对于高难度的自定义图而言luck会非常小,不便于参考。所以提出以下若干概率相关参数

pLuck
每次猜雷的概率参数取为-log10(p),概率参数累加得到pLuck。命名参考的是pH值


所有操作的危险概率之和。这个参数的意义是如果炸雷以后可以继续扫,一局中会炸多少次雷。对应了一些扫雷游戏中有多条命的玩法

是否可以自行实现想法

@eee555
Copy link
Owner

eee555 commented Sep 29, 2024

想法不错。

这个参数的计算时机应该是第三步分析之后(第一步解析二进制文件,第二步推演局面变化,第三步计算每个时刻的概率)。这是独一无二的。因此实现过程会比较长。

@putianyi889
Copy link
Contributor Author

或许扔到ms_toollib里比较简单

@putianyi889 putianyi889 changed the title pLuck参数 概率相关参数 Oct 20, 2024
@eee555 eee555 added the good first issue Good for newcomers label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants