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

Kb/optimatrix search strategy #28

Merged
merged 27 commits into from
Feb 6, 2025
Merged

Conversation

kbidzhiev
Copy link
Contributor

@kbidzhiev kbidzhiev commented Feb 3, 2025

In this PR I've introduced randomised optimisation for minimising interaction bandwidth.

Initially the algorithm did a single search from an initial interaction matrix.
Currently it generates random samples of the interaction matrix and optimises till no further bandwidth minimising permutation is possible

Kemal Bidzhiev and others added 20 commits January 23, 2025 16:06
Add torch as mypy dependency, which revealed lot of
new typing errors to be fixed.
* version bump for release

* fix mkdocs-jupyter version

* refresh getting_started notebook

* fix link in docs/notebooks/index

* fix gitlab links in contrimuting.md

* small fixes on benchmarks index accuracy and performance

* another small fix in benchmark/index

* update homepage with new readme

* emu-mps capitalization

* small fix typos

* fix index and readme

---------

Co-authored-by: stefano.grava <[email protected]>
@kbidzhiev kbidzhiev marked this pull request as ready for review February 5, 2025 14:12
@kbidzhiev kbidzhiev self-assigned this Feb 5, 2025
@kbidzhiev kbidzhiev requested a review from pablolh February 5, 2025 14:21
optimatrix/optimiser.py Outdated Show resolved Hide resolved
optimatrix/optimiser.py Outdated Show resolved Hide resolved
optimatrix/optimiser.py Outdated Show resolved Hide resolved
optimatrix/optimiser.py Outdated Show resolved Hide resolved
test/optimatrix/test_optimiser.py Show resolved Hide resolved
optimatrix/optimiser.py Outdated Show resolved Hide resolved
optimatrix/optimiser.py Outdated Show resolved Hide resolved
optimatrix/optimiser.py Outdated Show resolved Hide resolved
@kbidzhiev kbidzhiev merged commit a9e5fc9 into main Feb 6, 2025
3 checks passed
@kbidzhiev kbidzhiev deleted the kb/optimatrix_search_strategy branch February 6, 2025 10:05
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.

5 participants