The new feature onlymutga with new mutation and experiments
This commit is contained in:
parent
345dc16df6
commit
e5b5e8807d
7 changed files with 1339 additions and 0 deletions
12
eo/contrib/irace/expe/gamma/run_irace.py
Normal file
12
eo/contrib/irace/expe/gamma/run_irace.py
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Tue Dec 14 12:16:17 2021
|
||||
|
||||
@author: labeiros
|
||||
"""
|
||||
|
||||
import sys
|
||||
|
||||
print('Number of arguments:', len(sys.argv), 'arguments.')
|
||||
print('Argument List:', str(sys.argv))
|
||||
Loading…
Add table
Add a link
Reference in a new issue