Skip to content

Conversation

fjwillemsen
Copy link
Collaborator

@fjwillemsen fjwillemsen commented Oct 16, 2024

This pull request implements the searchspace constructor with various builders .
In addition, it implements T1 and T4 input format support and lays the groundwork for hyperparameter tuning.
Python 3.9 support has been dropped due incompatibility with newer scipy versions and dependencies have been updated.

Copy link

result_unique[config_id] = r
return list(result_unique.values()), env

if __name__ == "__main__": # TODO remove in production
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the status of the hyperparameter tuning code present in this branch? Should this be removed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will be superseded by the code in the hyperparametertuning branch; I have removed the TODO.

Copy link

@benvanwerkhoven benvanwerkhoven merged commit 68daa9f into master Jul 3, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants