Modified Artificial Cooperative Search (ACS) Algorithm for optimization
|
03-01-2018, 05:48 AM
Post: #4
|
|||
|
|||
RE: Modified Artificial Cooperative Search (ACS) Algorithm for optimization
I don’t think that rand < rand will have a normal distribution as claimed. I think it will be a triangular distribution being the difference of two uniforms. Moreover, since the difference isn’t being looked at, rand < rand will be equivalent to rand < 1/2.
Rand < prob * rand should collapse similarly to rand < prob/2. Assuming throughout that rand is producing IID U(0, 1) random variables. Pauli |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Modified Artificial Cooperative Search (ACS) Algorithm for optimization - Namir - 02-28-2018, 05:26 PM
RE: Modified Artificial Cooperative Search (ACS) Algorithm for optimization - pier4r - 02-28-2018, 06:08 PM
RE: Modified Artificial Cooperative Search (ACS) Algorithm for optimization - Namir - 03-01-2018, 12:57 AM
RE: Modified Artificial Cooperative Search (ACS) Algorithm for optimization - Paul Dale - 03-01-2018 05:48 AM
RE: Modified Artificial Cooperative Search (ACS) Algorithm for optimization - ttw - 03-02-2018, 03:54 AM
RE: Modified Artificial Cooperative Search (ACS) Algorithm for optimization - Namir - 03-04-2018, 08:48 PM
|
User(s) browsing this thread: 1 Guest(s)