Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
ST7-Intel
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor 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
Simon Maréchal
ST7-Intel
Commits
3a22269d
Commit
3a22269d
authored
4 years ago
by
Matthieu Oberon
Browse files
Options
Downloads
Patches
Plain Diff
change default values
parent
819dced1
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Appli-iso3dfd/ACO.py
+2
-2
2 additions, 2 deletions
Appli-iso3dfd/ACO.py
with
2 additions
and
2 deletions
Appli-iso3dfd/ACO.py
+
2
−
2
View file @
3a22269d
...
...
@@ -114,14 +114,14 @@ if __name__ == "__main__":
rho
=
0.1
Q
=
0.1
nb_ants
=
2
tau_0
=
Q
*
1
00
tau_0
=
Q
*
3
00
n_iter
=
1
fancy_strategy
=
"
AS
"
# Parameters for compilation and execution of iso3dfd
nb_threads
=
8
reps
=
100
n1_max
,
n2_max
,
n3_max
=
256
,
256
,
256
n1_max
,
n2_max
,
n3_max
=
512
,
512
,
512
optimization
=
"
-O3
"
simd
=
"
avx512
"
...
...
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