MCPcopy Create free account

hub / github.com/SISDevelop/SwarmPackagePy / functions

Functions65 in github.com/SISDevelop/SwarmPackagePy

↓ 27 callersMethod_points
(self, agents)
SwarmPackagePy/intelligence.py:11
↓ 14 callersMethod_set_Gbest
(self, Gbest)
SwarmPackagePy/intelligence.py:8
↓ 3 callersMethod__get_abd
(self, n, function)
SwarmPackagePy/gwo.py:69
↓ 3 callersFunctionsphere_function
(x)
SwarmPackagePy/testFunctions.py:18
↓ 2 callersMethod__change_copy
(self, copycat, cdc, crd)
SwarmPackagePy/ca.py:114
↓ 2 callersMethod__new
(self, l, c, lb, ub)
SwarmPackagePy/aba.py:71
↓ 2 callersMethod__set_flag
(self, n, mr)
SwarmPackagePy/ca.py:102
↓ 2 callersMethod__whale_dist
(self, i, j)
SwarmPackagePy/wsa.py:55
↓ 2 callersMethodget_Gbest
Return the best position of algorithm (return type: list)
SwarmPackagePy/intelligence.py:20
↓ 2 callersMethodget_agents
Returns a history of all agents of the algorithm (return type: list)
SwarmPackagePy/intelligence.py:14
↓ 1 callersMethod__Levyfly
(self, step, Pbest, n, dimension)
SwarmPackagePy/cso.py:91
↓ 1 callersMethod__better_and_nearest_whale
(self, u, n, function)
SwarmPackagePy/wsa.py:58
↓ 1 callersMethod__explosion_operator
(self, sparks, fw, function, dimension, m, eps, amp, Ymin, Ymax, a, b)
SwarmPackagePy/fwa.py:62
↓ 1 callersMethod__gaussian_mutation
(self, sparks, fw, dimension, m)
SwarmPackagePy/fwa.py:75
↓ 1 callersMethod__get_inf
(self, i, velocity, cat, csi)
SwarmPackagePy/ca.py:127
↓ 1 callersMethod__kill
(self, n, function, lb, ub, dimension)
SwarmPackagePy/chso.py:132
↓ 1 callersMethod__mapping_rule
(self, sparks, lb, ub, dimension)
SwarmPackagePy/fwa.py:83
↓ 1 callersMethod__move
(self, i, j, t, csi, psi, alpha, dimension, norm0, norm1)
SwarmPackagePy/fa.py:67
↓ 1 callersMethod__nearest_spider
(self, spider, spiders)
SwarmPackagePy/ssa.py:136
↓ 1 callersMethod__neighbor
(self, who, lb, ub)
SwarmPackagePy/aba.py:81
↓ 1 callersMethod__nest
(self)
SwarmPackagePy/cso.py:88
↓ 1 callersMethod__round
(self, s, m, a, b)
SwarmPackagePy/fwa.py:92
↓ 1 callersMethod__selection
(self, sparks, n, function)
SwarmPackagePy/fwa.py:89
↓ 1 callersMethod__update_relationship
(self, n, function, rn, hn, cn, mn)
SwarmPackagePy/chso.py:111
↓ 1 callersFunctionanimation
(agents, function, lb, ub, sr=False)
SwarmPackagePy/animation.py:9
↓ 1 callersFunctionanimation3D
(agents, function, lb, ub, sr=False)
SwarmPackagePy/animation.py:43
Method__init__
:param n: number of agents :param function: test function :param lb: lower limits for plot axes :param ub: upper
SwarmPackagePy/pso.py:11
Method__init__
:param n: number of agents :param function: test function :param lb: lower limits for plot axes :param ub: upper
SwarmPackagePy/ba.py:13
Method__init__
:param n: number of agents :param function: test function :param lb: lower limits for plot axes :param ub: upper
SwarmPackagePy/fa.py:12
Method__init__
:param n: number of agents :param function: test function :param lb: lower limits for plot axes :param ub: upper
SwarmPackagePy/gsa.py:12
Method__init__
(self)
SwarmPackagePy/intelligence.py:3
Method__init__
:param n: number of agents :param function: test function :param lb: lower limits for plot axes :param ub: upper
SwarmPackagePy/wsa.py:11
Method__init__
:param n: number of agents :param function: test function :param lb: lower limits for plot axes :param ub: upper limi
SwarmPackagePy/bfo.py:12
Method__init__
:param n: number of agents :param function: test function :param lb: lower limits for plot axes :param ub: upper
SwarmPackagePy/gwo.py:11
Method__init__
:param n: number of fireworks :param function: test function :param lb: lower limits for plot axes :param ub: upp
SwarmPackagePy/fwa.py:11
Method__init__
:param n: number of agents :param function: test function :param lb: lower limits for plot axes :param ub: upper limi
SwarmPackagePy/chso.py:15
Method__init__
:param n: number of agents :param function: test function :param lb: lower limits for plot axes :param ub: upper limi
SwarmPackagePy/ssa.py:13
Method__init__
:param n: number of agents :param function: test function :param lb: lower limits for plot axes :param ub: upper
SwarmPackagePy/hs.py:12
Method__init__
:param n: number of agents :param function: test function :param lb: lower limits for plot axes :param ub: upper
SwarmPackagePy/aba.py:12
Method__init__
:param n: number of agents :param function: test function :param lb: lower limits for plot axes :param ub: upper
SwarmPackagePy/cso.py:13
Method__init__
:param n: number of agents :param function: test function :param lb: lower limits for plot axes :param ub: upper
SwarmPackagePy/ca.py:12
Functionackley_function
(x)
SwarmPackagePy/testFunctions.py:4
Functionan
(i)
SwarmPackagePy/animation.py:28
Functionbeale_function
(x)
SwarmPackagePy/testFunctions.py:68
Functionbohachevsky_function
(x)
SwarmPackagePy/testFunctions.py:22
Functionbooth_function
(x)
SwarmPackagePy/testFunctions.py:34
Functionbukin_function
(x)
SwarmPackagePy/testFunctions.py:9
Functioncross_in_tray_function
(x)
SwarmPackagePy/testFunctions.py:13
Functiondixon_price_function
(x)
SwarmPackagePy/testFunctions.py:46
Functiondrop_wave_function
(x)
SwarmPackagePy/testFunctions.py:73
Functioneasom_function
(x)
SwarmPackagePy/testFunctions.py:60
Methodget_leaders
Return alpha, beta, delta leaders of grey wolfs
SwarmPackagePy/gwo.py:80
Methodget_nests
Return a history of cuckoos nests (return type: list)
SwarmPackagePy/cso.py:98
Functionmatyas_function
(x)
SwarmPackagePy/testFunctions.py:38
Functionmccormick_function
(x)
SwarmPackagePy/testFunctions.py:42
Functionmichalewicz_function
(x)
SwarmPackagePy/testFunctions.py:64
Functionpytest_generate_tests
(metafunc)
test.py:8
Functionpytest_generate_tests
(metafunc)
SwarmPackagePy/test.py:8
Functionsix_hump_camel_function
(x)
SwarmPackagePy/testFunctions.py:51
Functionsum_of_different_powers_function
(x)
SwarmPackagePy/testFunctions.py:30
Functionsum_squares_function
(x)
SwarmPackagePy/testFunctions.py:26
Functiontest_alg
(alg, agents, iter, params, f, val, dim, dom)
test.py:47
Functiontest_alg
(alg, agents, iter, params, f, val, dim, dom)
SwarmPackagePy/test.py:47
Functionthree_hump_camel_function
(x)
SwarmPackagePy/testFunctions.py:56
Functionupdate_graph
(num)
SwarmPackagePy/animation.py:72