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

能否支持一些更多的规则? #16

Open
Ebola-Chan-bot opened this issue Sep 30, 2023 · 4 comments
Open

能否支持一些更多的规则? #16

Ebola-Chan-bot opened this issue Sep 30, 2023 · 4 comments

Comments

@Ebola-Chan-bot
Copy link

比如五手两打,有禁但允许长连这种

@dhbloo
Copy link
Owner

dhbloo commented Oct 2, 2023

和开局相关的特定规则(比如五手两打、索索夫、T10等)目前可以通过结合NBest、平衡点搜索等功能实现。这一部分暂时不会在引擎端进行改动,而是后续改进界面来方便使用。

基础规则的话,考虑到支持每个基础规则都有一定的成本,目前只支持使用人数比较多的规则(无禁、长连不胜、有禁)。

@Ebola-Chan-bot
Copy link
Author

五手两打、多打这一套在国内还是比较多人玩的,望界面早日支持👍🏻

@Ebola-Chan-bot
Copy link
Author

Ebola-Chan-bot commented Oct 3, 2023

五手两打的难点在于前三手需要同时考虑交换和两打之后的平衡性,也就是要将NBest平衡搜索应用在第5层深度而不是第1层,我不知道你现在的引擎机制是否能支持?因为一般意义上的NBest只能支持第1层吧?

@dhbloo
Copy link
Owner

dhbloo commented Oct 26, 2023

你提到的这个确实是一个需要考虑的点,目前平衡点暂不支持排除前N打之外的搜索。这个功能我之后会尝试补上

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants