8000 feat: detect duplicate orders in Optimus by 3Hren · Pull Request #1359 · sonm-io/core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: detect duplicate orders in Optimus #1359

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

Merged
merged 3 commits into from
Aug 31, 2018

Conversation

3Hren
Copy link
Member
@3Hren 3Hren commented Aug 29, 2018

During learning the following situation may appear: there are a set of orders that are planned to replace existing ones, but some of them are technically equal, i.e. have the same resources, price, and duration. Current Optimus just replaces ask-plans, which results in deal cancellation, which is not good.
This commit teaches Optimus to detect duplicate orders when it's time to replace ask-plans with more profitable ones and not to touch them if any.

@3Hren 3Hren added T: feature This PR/Issue adds a new feature S: Optimus This PR/Issue changes Optimus P: medium This PR/Issue has normal priority V: minor This PR/Issue required minor version to be bumped labels Aug 29, 2018
antmat and others added 2 commits August 30, 2018 16:46
During learning the following situation may appear: there are a set of orders that are planned to replace existing ones, but some of them are technically equal, i.e. have the same resources, price, and duration. Current Optimus just replaces ask-plans, which results in deal cancellation, which is not good.
This commit teaches Optimus to detect duplicate orders when it's time to replace ask-plans with more profitable ones and not to touch them if any.
@3Hren 3Hren force-pushed the feat/optimus/detect-duplicate-orders branch 2 times, most recently from eb05cc3 to 4b12a47 Compare August 31, 2018 09:23
@3Hren 3Hren force-pushed the feat/optimus/detect-duplicate-orders branch from 4b12a47 to d950c5d Compare August 31, 2018 09:25
@antmat antmat merged commit d6e7434 into master Aug 31, 2018
@antmat antmat deleted the feat/optimus/detect-duplicate-orders branch August 31, 2018 12:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P: medium This PR/Issue has normal priority S: Optimus This PR/Issue changes Optimus T: feature This PR/Issue adds a new feature V: minor This PR/Issue required minor version to be bumped
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0