Post Reply 
Modified Artificial Cooperative Search (ACS) Algorithm for optimization
03-02-2018, 03:54 AM
Post: #5
RE: Modified Artificial Cooperative Search (ACS) Algorithm for optimization
(03-01-2018 05:48 AM)Paul Dale Wrote:  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

Correct. Of course, that may be OK. I've used rand-rand for a random walk as compounding this just acts like other random walks (they mostly look alike.)
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 - ttw - 03-02-2018 03:54 AM



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