Skip to content

Commit

Permalink
Some file moves
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrvz committed Sep 21, 2024
1 parent ae6eeef commit d7c8ed6
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 12,114 deletions.
25 changes: 25 additions & 0 deletions customhys/test_solvers.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
from unittest.mock import patch

from customhys.experiment import Experiment


def test_brute_force():
exp = Experiment("./tests/brute_force.json")
exp.run()

def test_basic_mhs():
exp = Experiment("./tests/basic_mhs.json")
exp.run()

def test_static():
exp = Experiment("./tests/static.json")
exp.run()

def test_dynamic():
exp = Experiment("./tests/dynamic.json")
exp.run()

def test_neural_network():
exp = Experiment("./tests/neural_network.json")
exp.run()

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10,865 changes: 0 additions & 10,865 deletions tests/collections/automatic.txt

This file was deleted.

66 changes: 0 additions & 66 deletions tests/collections/basicmetaheuristics.txt

This file was deleted.

Loading

0 comments on commit d7c8ed6

Please sign in to comment.