Skip to content

In simple ACO #1

@nguyenviettien13

Description

@nguyenviettien13

Can you explain for me why was the code block added ?
for (from = 0; from < MAX_CITIES; from++)
{
for (to = 0; to<MAX_CITIES; to++)
{
phero[from][to] *= RHO;
}
}
I think RHO is Evaporation rate and computed in line: 264
phero[from][to] *= (1.0 - RHO);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions