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

Scalable and fast version #3

Open
7 tasks
jdreo opened this issue Aug 14, 2024 · 0 comments
Open
7 tasks

Scalable and fast version #3

jdreo opened this issue Aug 14, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@jdreo
Copy link
Collaborator

jdreo commented Aug 14, 2024

To gain speed, we need an objective function that can update performance estimates rather than compute them from scratch.

If the swap neighborhood proves scalable, we can try a larger one, allowing insertion/deletion.

  • Partial objective function (may allow a faster search):
    • Holds the cache depending on static data (any data given as an input for the whole app).
  • Solution:
    • Holds a cache depending on search data (any data given as input to the search run).
    • Serializes to/from string (using the ParadisEO interface).
  • Neighbor(hood):
    • Insertion/deletion neighborhood.
@jdreo jdreo added the enhancement New feature or request label Aug 14, 2024
@jdreo jdreo added this to the Speed & Scale milestone Aug 14, 2024
@jdreo jdreo self-assigned this Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant