Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnebro committed Sep 2, 2024
1 parent 5eb3089 commit f05d660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jmetal/problem/multiobjective/unconstrained.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
:platform: Unix, Windows
:synopsis: Unconstrained test problems for multi-objective optimization
.. moduleauthor:: Antonio J. Nebro <antonio@lcc.uma.es>
.. moduleauthor:: Antonio J. Nebro <ajnebro@uma.es>
"""


Expand Down Expand Up @@ -257,7 +257,7 @@ def __init__(
):
super(MixedIntegerFloatProblem, self).__init__()
self.number_of_objectives = 2
self.number_of_variables = number_of_float_variables + number_of_integer_variables ;
self.number_of_variables = number_of_float_variables + number_of_integer_variables
self.number_of_constraints = 0

self.n = n
Expand Down

0 comments on commit f05d660

Please sign in to comment.