From 4043e9d10ea8a60e1da6350d8bcf5e2dee1d0ed8 Mon Sep 17 00:00:00 2001 From: Lakshidaa Date: Thu, 23 May 2024 13:11:06 +0200 Subject: [PATCH] Remove non-required changes --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a0e449..fef7c29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,6 @@ - The multi-objective MCTS core algorithm is now implemented within the MCTS search functionality. - A separate GUI component has been introduced for doing MO tree analysis. Additional functionalities have been added to GUI widgets to set two rewards/objectives to MCTS search. Pareto front is automatically plotted if MO-MCTS is run. Route re-ordering is automatically disabled for MO-MCTS. - Preprocessing of the tree search can now be done using `aizynthcli`. -- `ReagentConnectAvailabilityQuery` can be used as an internal stock query class that uses the CAG client for querying reagent connect for availability. - The `StockAvailablityScorer` has been updated such that it takes and additional `other_source_score` parameter. - A `cutoff_number` parameter can be provided to the multi-expansion strategy to obtain only the top predictions. - A `BrokenBondsScorer` has been created for scoring nodes and reaction trees based on the breaking of atom bonds.