Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
optimization
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
Model registry
Operate
Environments
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
Erik Strand
optimization
Repository graph
"README.md" did not exist on "bcb4019e3613583d2775439d2e9ca0217f7ca59d"
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
Branches
7
cgd
cleanup
ct
develop
funsim
master
default
protected
rabbit_hole
7 results
Begin with the selected commit
Created with Raphaël 2.2.0
25
Feb
20
31
May
30
22
Apr
19
17
16
13
12
11
10
18
Feb
17
16
15
Fix build of new app on Linux
funsim
funsim
Add a parallelized optimization demo
Make CMA-ES support asynchronous objectives
Add support for asynchronous objectives
Make CMA-ES work for floats
Make Nelder-Mead C++14 friendly
Change Scalar to float
Make brent tolerance appropriate for floats
ct
ct
Allow setting initial alpha
Indicate when the function is bracketed
Enable reoptimization
Change Scalar to float
Improve memory efficiency
develop master
develop master
Add TODOs for rvalue references for cma-es and gd
Allow move semantics for Nelder-Mead
Allow move semantics for the initial point for cgd
Reduce memory cost of conjugate gradient descent
Replace LineObjective with a lambda function
Overhaul the logging system
Make objectives dimension agnostic
Make objectives compatible with lambda functions
Remove VISUALIZE cmake option and preprocessor def
Remove VISUALIZE def
cleanup
cleanup
Update CMA-ES
Update conjugate gradient descent
Update Nelder-Mead return values
Update Nelder-Mead logging
Move log template to optimize method(s)
Use appropriate log in gradient descent app
Template gradient descent on log class
Don't template Nelder-Mead on the objective
Add a basic algorithm comparison routine
Write a basic algorithm comparison app
Add CMA-ES method that uses with a single std dev
Teach nm to build its own simplex
Enable changing dim and pop size in CMA-ES
Add gradient termination condition to gd
Add max eval termination condition to cgd
Ensure everything can be built without vis
Add CMA-ES
Loading