From b14584f563ac7116899a692b085c36a219ff0c3c Mon Sep 17 00:00:00 2001 From: Julian Blank Date: Tue, 21 Nov 2023 18:26:00 -0800 Subject: [PATCH] AttributeError: 'Result' object has no attribute 'time' #507 --- docs/source/interface/result.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/interface/result.ipynb b/docs/source/interface/result.ipynb index 4ed23ceb..ca70cc17 100644 --- a/docs/source/interface/result.ipynb +++ b/docs/source/interface/result.ipynb @@ -61,7 +61,7 @@ "- `res.opt`: The solutions as a `Population` object.\n", "- `res.pop`: The final Population\n", "- `res.history`: The history of the algorithm. (only if `save_history` has been enabled during the algorithm initialization)\n", - "- `res.time`: The time required to run the algorithm\n" + "- `res.exec_time`: The time required to run the algorithm\n" ] }, {