From 5b3fce316e033f1901061da47b330df1e723b080 Mon Sep 17 00:00:00 2001 From: troyyyyy Date: Tue, 9 Jan 2024 09:07:48 +0800 Subject: [PATCH] [FIX] minor change --- ablkit/reasoning/reasoner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ablkit/reasoning/reasoner.py b/ablkit/reasoning/reasoner.py index a44acd9..0c6fdb8 100644 --- a/ablkit/reasoning/reasoner.py +++ b/ablkit/reasoning/reasoner.py @@ -258,8 +258,8 @@ class Reasoner: def zoopt_budget(self, symbol_num: int) -> int: """ - Set the budget for ZOOpt optimization. The budget can be dynamic relying on - the number of symbols considered, e.g., the default implementation shown below. + Set the budget for ZOOpt optimization. The budget can be dynamic relying on + the number of symbols considered, e.g., the default implementation shown below. Alternatively, it can be a fixed value, such as simply setting it to 100. Parameters