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

Wingman: configurable auto search depth #1771

Merged
merged 2 commits into from
Apr 24, 2021

Conversation

isovector
Copy link
Collaborator

Fixes #1355

Copy link
Member

@Ailrun Ailrun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks!

@@ -80,6 +80,16 @@ data Config = Config
{ cfg_feature_set :: FeatureSet
, cfg_max_use_ctor_actions :: Int
, cfg_timeout_seconds :: Int
, cfg_auto_gas :: Int
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Out of curiosity: Why it's not "depth" instead of "gas"? I mean, even your description says that this is a kind of depth.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know; this is just what @TOTBWF and I have been calling it!

@Ailrun Ailrun added the merge me Label to trigger pull request merge label Apr 24, 2021
@mergify mergify bot merged commit 181f348 into haskell:master Apr 24, 2021
@isovector isovector deleted the config-auto-gas branch May 21, 2021 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge me Label to trigger pull request merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a config option to control tactics' auto's gas
2 participants