You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to The irace package: Iterated Racing for Automatic Configuration
Hello!
I am running the irace through Python API. I see in the documentation that the methods that are suggested for parallelization are all regarding about running irace through R. How can I ensure the parallelization of multiple experiments inside a single irace run, to make it faster, through the Python API? Are there any built-in methods for such parallelization of experiments/configurations?
Manuel López-Ibáñez
unread,
Jul 22, 2025, 6:40:03 AMJul 22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to The irace package: Iterated Racing for Automatic Configuration
but it doesn't use parallelization, so I am not sure whether it will work. You may need to open an issue in their GitHub site: https://github.com/Saethox/iracepy-tiny
I
don't use the Python API and simply call the irace command-line
executable as explained in the User Guide. Note that you can also call
the irace command-line executable using Python's subproces.run(): https://docs.python.org/3/library/subprocess.html#subprocess.run
Perhaps other in the mailing list can give you other suggestions.
Best wishes,
Manuel.
Lia Kommata
unread,
Jul 22, 2025, 6:45:59 AMJul 22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to The irace package: Iterated Racing for Automatic Configuration
Thank you Manuel! I really appreciate your help :)