*******************************************************************************
* irace: An implementation in R of Iterated Race
* Version: 2.4.1844
* Copyright (C) 2010-2017
* Jeremie Dubois-Lacoste
*
* This is free software, and you are welcome to redistribute it under certain
* conditions. See the GNU General Public License for details. There is NO
* WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* irace builds upon previous code from the race package:
*
* race: Racing methods for the selection of the best
* Copyright (C) 2003 Mauro Birattari
*******************************************************************************
# installed at: /home/xingchi/R/x86_64-pc-linux-gnu-library/3.4/irace
# called with:
Warning: A default scenario file './scenario.txt' has been found and will be read
# 2017-10-16 15:23:32 CST: Initialization
# Elitist race
# Elitist new instances: 1
# Elitist limit: 2
# nbIterations: 5
# minNbSurvival: 5
# nbParameters: 11
# seed: 1247365718
# confidence level: 0.95
# budget: 5000
# mu: 5
# deterministic: FALSE
# 2017-10-16 15:23:32 CST: Iteration 1 of 5
# experimentsUsedSoFar: 0
# remainingBudget: 5000
# currentBudget: 1000
# nbConfigurations: 166
Markers:
x No test is performed.
- The test is performed and some configurations are discarded.
= The test is performed but no configuration is discarded.
! The test is performed and configurations could be discarded but elite configurations are preserved.
+-+-----------+-----------+-----------+---------------+-----------+--------+-----+----+------+
| | Instance| Alive| Best| Mean best| Exp so far| W time| rho|KenW| Qvar|
+-+-----------+-----------+-----------+---------------+-----------+--------+-----+----+------+
Error: == irace == running command ''/home/xingchi/Downloads/irace/inst/templates/tuning/target-runner' 1 78 2001598658 /home/xingchi/Downloads/irace/inst/templates/tuning/Instances/2000-38.tsp --ras --localsearch 3 --alpha 4.43 --beta 5.65 --rho 0.78 --ants 52 --nnls 48 --dlb 1 --rasranks 46 2>&1' had status 1
== irace == The call to targetRunner was:
/home/xingchi/Downloads/irace/inst/templates/tuning/target-runner 1 78 2001598658 /home/xingchi/Downloads/irace/inst/templates/tuning/Instances/2000-38.tsp --ras --localsearch 3 --alpha 4.43 --beta 5.65 --rho 0.78 --ants 52 --nnls 48 --dlb 1 --rasranks 46
== irace == The output was:
2017骞?10鏈?16鏃?鏄熸湡涓€ 07:23:32 UTC: error: /home/xingchi/bin/acotsp: not found or not executable (pwd: /home/xingchi/Downloads/irace/inst/templates/tuning/acotsp-arena)
== irace == This is not a bug in irace, but means that something failed when running the command(s) above or they were terminated before completion. Try to run the command(s) above from the execution directory '/home/xingchi/Downloads/irace/inst/templates/tuning/acotsp-arena' to investigate the issue.
Execution halted
in another discussion, I found someone who also had the same question with me and he gave the resolution.but I still don't know how to solve it.