Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
example
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SMAC
AMAK
Python
PyAMAK
example
Commits
e60b7fa8
Commit
e60b7fa8
authored
4 years ago
by
shinedday
Browse files
Options
Downloads
Patches
Plain Diff
fix import
parent
f3125304
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ant_example/antHillExample.py
+9
-3
9 additions, 3 deletions
ant_example/antHillExample.py
with
9 additions
and
3 deletions
ant_example/antHillExample.py
+
9
−
3
View file @
e60b7fa8
"""
"""
class antHillExample
class antHillExample
"""
"""
import
pathlib
import
sys
from
pyAmakCore.classes.tools.amasIHM
import
AmasIHM
from
pyAmakCore.enumeration.executionPolicy
import
ExecutionPolicy
sys
.
path
.
insert
(
0
,
str
(
pathlib
.
Path
(
__file__
).
parent
))
from
ant_example.agent.communicating
import
CommunicatingAnt
from
ant_example.agent.communicating
import
CommunicatingAnt
from
ant_example.agent.proof_of_concept
import
AntTest
from
ant_example.agent.proof_of_concept
import
AntTest
from
ant_example.agent.v1
import
AntExampleV1
from
ant_example.agent.v1
import
AntExampleV1
from
ant_example.agent.v2
import
AntExampleV2
from
ant_example.agent.v2
import
AntExampleV2
from
pyAmakCore.classes.tools.amasIHM
import
AmasIHM
from
pyAmakCore.enumeration.executionPolicy
import
ExecutionPolicy
class
AntHillExample
(
AmasIHM
):
class
AntHillExample
(
AmasIHM
):
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment