algorhino-anemone 0.1.7__py3-none-any.whl → 0.1.8__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {algorhino_anemone-0.1.7.dist-info → algorhino_anemone-0.1.8.dist-info}/METADATA +2 -2
- {algorhino_anemone-0.1.7.dist-info → algorhino_anemone-0.1.8.dist-info}/RECORD +7 -7
- anemone/factory.py +2 -2
- anemone/node_factory/algorithm_node_factory.py +1 -1
- {algorhino_anemone-0.1.7.dist-info → algorhino_anemone-0.1.8.dist-info}/WHEEL +0 -0
- {algorhino_anemone-0.1.7.dist-info → algorhino_anemone-0.1.8.dist-info}/licenses/LICENSE +0 -0
- {algorhino_anemone-0.1.7.dist-info → algorhino_anemone-0.1.8.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: algorhino-anemone
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.8
|
|
4
4
|
Summary: anemone searches trees
|
|
5
5
|
Author-email: Victor Gabillon <victorgabillon@gmail.com>
|
|
6
6
|
License-Expression: GPL-3.0-only
|
|
@@ -12,7 +12,7 @@ Classifier: Operating System :: OS Independent
|
|
|
12
12
|
Requires-Python: >=3.13
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
License-File: LICENSE
|
|
15
|
-
Requires-Dist: valanga>=0.1.
|
|
15
|
+
Requires-Dist: valanga>=0.1.9
|
|
16
16
|
Requires-Dist: atomheart>=0.1.2
|
|
17
17
|
Requires-Dist: rich
|
|
18
18
|
Requires-Dist: sortedcollections>=2.1.0
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
algorhino_anemone-0.1.
|
|
1
|
+
algorhino_anemone-0.1.8.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
2
2
|
anemone/__init__.py,sha256=iKX9OGJxbyIqe9Fy-xxZY6sdH7WcG4RFyPR0WBai7Ls,942
|
|
3
3
|
anemone/basics.py,sha256=wKagPFuxXhDQbjTuM1Qjh37HcJt0m39NBMDg2dc2M6M,188
|
|
4
|
-
anemone/factory.py,sha256=
|
|
4
|
+
anemone/factory.py,sha256=tk26eSa8r0tGj5L7dc8-RQ1deEovyBxuDEuIbIn1I7c,6252
|
|
5
5
|
anemone/state_transition.py,sha256=fxvHZOYRtWV5ExXRIoehdRg9qV6zhgiE5uiCeOc80Dc,1418
|
|
6
6
|
anemone/tree_and_value_branch_selector.py,sha256=9m7cWzw_nsFKiqZ4l7B2fz0lZ9HZ2NUNH2flZpaaQvQ,3479
|
|
7
7
|
anemone/tree_exploration.py,sha256=cg1iTp3j9p9jUNjm07ogbflX8VC15AV8GEhGz3g1YNU,10529
|
|
@@ -22,7 +22,7 @@ anemone/node_evaluation/node_tree_evaluation/node_minmax_evaluation.py,sha256=Ju
|
|
|
22
22
|
anemone/node_evaluation/node_tree_evaluation/node_tree_evaluation.py,sha256=fHAKN_8vriERrfKfr_qDH-y7El6HBYFXHOe9eFFCDUw,4260
|
|
23
23
|
anemone/node_evaluation/node_tree_evaluation/node_tree_evaluation_factory.py,sha256=UY1glqflqMOqOPAHhtuzJ8QhGOp55Y9InqdhCMt9KJ8,1279
|
|
24
24
|
anemone/node_factory/__init__.py,sha256=qhbX58hu8-TdFof5zo3ibfPFvF-OWNSgJf3RDMrtyTQ,553
|
|
25
|
-
anemone/node_factory/algorithm_node_factory.py,sha256=
|
|
25
|
+
anemone/node_factory/algorithm_node_factory.py,sha256=mBaIG_9d29N0Lp5vZsqOQPPQEmAJlWxic5LOyvKNrw8,4167
|
|
26
26
|
anemone/node_factory/base.py,sha256=t_immiv-BDrPeQTUiOqvZLSlUq0zA2IbnM5Rweqv_n8,2134
|
|
27
27
|
anemone/node_selector/__init__.py,sha256=DThR5UV-4WZG4PT5Lo0RPv9_P83ixFGfOSFoGihKtuA,1320
|
|
28
28
|
anemone/node_selector/branch_explorer.py,sha256=3ywYkJe2R1Dg5nhmDXCgyhex85bT39Ql7ifRY--9Z_A,2677
|
|
@@ -76,7 +76,7 @@ anemone/utils/dict_of_numbered_dict_with_pointer_on_max.py,sha256=s5Z-O5mBwJUh4P
|
|
|
76
76
|
anemone/utils/logger.py,sha256=bJQ8COqdn5obtbi8TuokQHmdHpp57XRksTmfvCLLfyM,2973
|
|
77
77
|
anemone/utils/my_value_sorted_dict.py,sha256=LbqtpBSCS7VrUTUChWCsi18IKZj65FkTJREqbl-xSVA,619
|
|
78
78
|
anemone/utils/small_tools.py,sha256=l9dy5Oqvuvg8qQXqJUfyb3uwBHwVGVrKz6WeTHjyLTk,2766
|
|
79
|
-
algorhino_anemone-0.1.
|
|
80
|
-
algorhino_anemone-0.1.
|
|
81
|
-
algorhino_anemone-0.1.
|
|
82
|
-
algorhino_anemone-0.1.
|
|
79
|
+
algorhino_anemone-0.1.8.dist-info/METADATA,sha256=Wm0d3vz4THxZJdb0IBDUHo9zHhrnK87XJeWyM8UzXhk,5691
|
|
80
|
+
algorhino_anemone-0.1.8.dist-info/WHEEL,sha256=qELbo2s1Yzl39ZmrAibXA2jjPLUYfnVhUNTlyF1rq0Y,92
|
|
81
|
+
algorhino_anemone-0.1.8.dist-info/top_level.txt,sha256=G1vbB-vAevQVde3UZ5X1_Ysy1_6sJDEueHRi2qcDgrY,8
|
|
82
|
+
algorhino_anemone-0.1.8.dist-info/RECORD,,
|
anemone/factory.py
CHANGED
|
@@ -63,7 +63,7 @@ def create_tree_and_value_branch_selector[StateT: TurnState](
|
|
|
63
63
|
random_generator: Random,
|
|
64
64
|
master_state_evaluator: MasterStateEvaluator,
|
|
65
65
|
state_representation_factory: RepresentationFactory[
|
|
66
|
-
StateT,
|
|
66
|
+
StateT, ContentRepresentation[StateT, EvaluatorInput], StateModifications
|
|
67
67
|
]
|
|
68
68
|
| None,
|
|
69
69
|
queue_progress_player: Queue[IsDataclass] | None,
|
|
@@ -95,7 +95,7 @@ def create_tree_and_value_branch_selector_with_tree_eval_factory[StateT: TurnSta
|
|
|
95
95
|
random_generator: Random,
|
|
96
96
|
master_state_evaluator: MasterStateEvaluator,
|
|
97
97
|
state_representation_factory: RepresentationFactory[
|
|
98
|
-
StateT,
|
|
98
|
+
StateT, ContentRepresentation[StateT, EvaluatorInput], StateModifications
|
|
99
99
|
]
|
|
100
100
|
| None,
|
|
101
101
|
node_tree_evaluation_factory: NodeTreeEvaluationFactory[StateT],
|
|
@@ -40,7 +40,7 @@ class AlgorithmNodeFactory[StateT: State = State]:
|
|
|
40
40
|
tree_node_factory: TreeNodeFactory[AlgorithmNode[StateT], StateT]
|
|
41
41
|
state_representation_factory: (
|
|
42
42
|
RepresentationFactory[
|
|
43
|
-
StateT,
|
|
43
|
+
StateT, ContentRepresentation[StateT, EvaluatorInput], StateModifications
|
|
44
44
|
]
|
|
45
45
|
| None
|
|
46
46
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|