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

chore: Experiment with different order prioritisation schemes in the driver #2832

Closed
fleupold opened this issue Jul 24, 2024 · 2 comments
Closed

Comments

@fleupold
Copy link
Contributor

Background

We currently "prioritise" the order of orders in the auction sorted by "likelihood" of being matchable according to the external price vector. It's very much possible that this is not optimal (cf. #2813 for an example)

Details

We could envision different strategies of sorting (time based, orders that were quoted by the current solver first, etc) and should implement one or two of those to see if time to happy moo improves significantly.

Acceptance criteria

Different per-driver configurable prioritisation strategies:

  1. By price (status quo)
  2. By time
  3. Interlaced (alternating price and time sorting)

Related to #2813

Copy link

This issue has been marked as stale because it has been inactive a while. Please update this issue or it will be automatically closed.

@MartinquaXD
Copy link
Contributor

Closed by the stale issue bot but this was actually implemented.

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