Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions test_functions/SpeedReducer.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
import torch
import numpy as np

#
#
# SpeedReducer: 7D objective, 9 constraints
#
# Reference:
# Yang XS, Hossein Gandomi A (2012) Bat algorithm: a novel approach for global
# engineering optimization. Engineering computations 29(5):464–483
#
#

r"""

SpeedReducer: 7D objective, 9 constraints

Reference:
Yang XS, Hossein Gandomi A (2012) Bat algorithm: a novel approach for global
engineering optimization. Engineering computations 29(5):464–483


"""


def SpeedReducer(individuals):
Expand Down