We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99026b5 commit 62bf0e3Copy full SHA for 62bf0e3
pyoptgra/optgra.py
@@ -602,7 +602,7 @@ def extract_trailing_integer(s):
602
# pagmo_fitness = [best_f[-1]] + best_f[0 : problem.get_nc()]
603
population.set_x(idx, best_x) # , list(pagmo_fitness))
604
605
- # store last result for output
+ # store last result for get_extra_info() method
606
self.__last_result = {
607
"f": population.champion_f,
608
"x": best_x,
pyproject.toml
@@ -10,7 +10,7 @@ license = { text = "GPL-3.0 or ESCL-2.4" }
10
name = "pyoptgra"
11
readme = "README.rst"
12
requires-python = ">=3.9"
13
-version = "1.2.1"
+version = "1.2.2"
14
15
[build-system]
16
build-backend = "scikit_build_core.build"
0 commit comments