You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added cost methods to IsotropicAtomCost, SymmetryBreakingAtomCost, and WeightedTotalCost equivalent to the call operators to improve documentation.
Changed
Changed default atom_cost_f for libcasm.mapping.mapsearch.MappingSearch to IsotropicAtomCost.
Changed MappingSearch node insertion so that nodes are only added to the queue if the total cost is less than or equal to the current max_cost instead of always.
Wheels compiled with numpy>=2.0.0
Fixed
Documentation errors
Renamed QueueConstraints constructor parameter which was misnamed min_queue_size to the correct name max_queue_size
Fixed MappingSearch node insertion so that solutions are only added to the results if the total cost is less than or equal to the current max_cost even if the current number of results is less than k_best.