introduce classes for the ACO algorithm
This commit is contained in:
7
aman/sys/aco/Ant.py
Normal file
7
aman/sys/aco/Ant.py
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
from aman.sys.aco.Colony import Colony
|
||||
|
||||
class Ant:
|
||||
def __init__(self, colony : Colony):
|
||||
self.Colony = colony
|
||||
Reference in New Issue
Block a user