Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OptiOrch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Zizhe Wang
OptiOrch
Commits
be1145e7
Commit
be1145e7
authored
11 months ago
by
Zizhe Wang
Browse files
Options
Downloads
Patches
Plain Diff
docs update
parent
be089766
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/config.py
+0
-12
0 additions, 12 deletions
src/config.py
with
0 additions
and
12 deletions
src/config.py
+
0
−
12
View file @
be1145e7
...
...
@@ -42,18 +42,6 @@ def get_types(param_bounds):
PARAM_BOUND_VALUES
=
get_bounds
(
PARAM_BOUNDS
)
PARAM_TYPES
=
get_types
(
PARAM_BOUNDS
)
# "OPTIMIZATION_CONFIG": Configuration parameters for optimization
# "USE_ADAPTIVE_INSTANCE_SELECTION": Flag to enable or disable adaptive instance selection
# "ADAPTIVE_INSTANCE_SELECTION_FREQUENCY":
# Frequency (in generations) at which adaptive instance selection is applied
# For example, a value of 5 means adaptive instance selection will be applied every 5 generations
# "ALGORITHM_NAME": Optimization algorithm
# "POP_SIZE": Initial population size for the optimization algorithm
# "MIN_POP_SIZE":
# Minimum population size to maintain diversity and prevent premature convergence
# The population size will not be reduced below this value
# "N_GEN": Total number of generations (iterations) for the optimization process
# "N_JOBS": Parallel processing
# Options: '-1', '1', 'n', 'None'
# ====================================================================
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment