Post Reply 
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
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Modified Artificial Cooperative Search (ACS) Algorithm for optimization - Paul Dale - 03-01-2018 05:48 AM



User(s) browsing this thread: 1 Guest(s)