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

Improvements Pokemon Optimizer #5308

Merged
merged 2 commits into from
Sep 9, 2016
Merged

Improvements Pokemon Optimizer #5308

merged 2 commits into from
Sep 9, 2016

Conversation

julienlavergne
Copy link
Contributor

Update doc for #5275
Reduce log when nothing to do for #5235

@@ -342,11 +342,12 @@ Every Pokemon not selected is candidate for transfer.
| `mode` | `"by_pokemon"`, `"by_family"`, `"overall"` | `"by_family"` |

The `mode` define how the Pokemon Optimizer is going to apply the rule.
- `"by_pokemon"` will apply the rule for each Pokemon.
<br>In that mode, each Pokemon will be compared to other Pokemon of the same name.
- `"by_pokemon"` will apply the rule for each Pokemon. That is for every types of Pokemon individually.
Copy link
Contributor

Choose a reason for hiding this comment

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

Not sure this is clear.

Could just be "will apply the rule for each individual pokemon type (eg. "Rattata", "Pidgey", "Clefairy" etc.)"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok, but the example would be misleading since it does not contains 2 pokemon of the same family.

@alexyaoyang
Copy link
Contributor

alexyaoyang commented Sep 9, 2016

👍

Approved with PullApprove

@alexyaoyang alexyaoyang merged commit 7a6a5f0 into PokemonGoF:dev Sep 9, 2016
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

Successfully merging this pull request may close these issues.

3 participants