Add experiment publish helper and Zenodo integration (#5) #213
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@Dvermetten, I was thinking that something like this, would perhaps be useful for users.
This is a far from ideal implementation as it is limited to Zenodo, and only useful when you use the standard ioh.Experiment class and standard benchmark functions. Cloudpickle could of course also be used for the additional wrapped problems, but it gets tricky to do nicely (especially across hardware changes and library changes).
However, it could serve as an example that we can slowly expand to also include other platforms, like the future OpenOpt platform.
PS: Don't merge this, this is just for brainstorming. (It is tested and working (not vibe coded :P ), but still would not be in favor of merging at this point).