Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update iopt version #150

Merged
merged 10 commits into from
Dec 8, 2023
Merged

Update iopt version #150

merged 10 commits into from
Dec 8, 2023

Conversation

YamLyubov
Copy link
Collaborator

@YamLyubov YamLyubov commented Jul 20, 2023

Adds:

  • initial point
  • catagorical and discrete parameters tuning
  • timeout
  • n_jobs

@pep8speaks
Copy link

pep8speaks commented Oct 31, 2023

Hello @YamLyubov! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 1:1: F401 'datetime.timedelta' imported but unused

Comment last updated at 2023-11-27 12:04:41 UTC

@codecov-commenter
Copy link

codecov-commenter commented Oct 31, 2023

Codecov Report

Merging #150 (a9fd28c) into main (52ad420) will increase coverage by 0.03%.
Report is 1 commits behind head on main.
The diff coverage is 96.61%.

@@            Coverage Diff             @@
##             main     #150      +/-   ##
==========================================
+ Coverage   71.88%   71.91%   +0.03%     
==========================================
  Files         136      136              
  Lines        8130     8144      +14     
==========================================
+ Hits         5844     5857      +13     
- Misses       2286     2287       +1     
Files Coverage Δ
golem/core/tuning/tuner_interface.py 90.67% <ø> (ø)
golem/core/tuning/iopt_tuner.py 95.58% <96.61%> (-4.42%) ⬇️

... and 5 files with indirect coverage changes

@YamLyubov YamLyubov mentioned this pull request Nov 3, 2023
self.numberOfObjectives = 1
self.numberOfConstraints = 0
self.number_of_objectives = objectives_number
self.number_of_constraints = 0
Copy link
Collaborator

Choose a reason for hiding this comment

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

а оно не должно прокидываться?

@YamLyubov YamLyubov merged commit 085ca3d into main Dec 8, 2023
6 checks passed
@YamLyubov YamLyubov deleted the update-iopt-version branch December 8, 2023 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants