Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / gonum/optimize issues and pull requests
#201 - all: mark as deprecated
Pull Request -
State: closed - Opened by kortschak almost 6 years ago
#200 - README: document archiving and direct issues to gonum/gonum
Pull Request -
State: closed - Opened by kortschak almost 7 years ago
#199 - github,README: add issue/pr templates and README explaining closure
Pull Request -
State: closed - Opened by kortschak over 7 years ago
#198 - optimize: allow constrained optimization
Issue -
State: closed - Opened by ghost over 7 years ago
- 6 comments
#196 - Add FullRecorder for logging an entire optimization
Pull Request -
State: closed - Opened by btracey almost 8 years ago
- 5 comments
#195 - optimize: NewPrinter should accept an io.Writer
Issue -
State: closed - Opened by btracey almost 8 years ago
- 1 comment
#194 - optimize: fix typo in Newton
Pull Request -
State: closed - Opened by sbinet almost 8 years ago
#192 - Update go 1.6.3 to 1.6.4, 1.7.3 to 1.7.4, and add go 1.8beta1 and remove 1.5.4 in the testing matrix
Pull Request -
State: closed - Opened by jonlawlor almost 8 years ago
#191 - changes based on comments in gonum/integrate#33
Pull Request -
State: closed - Opened by evertlammerts about 8 years ago
#190 - Cleaned up coverage script and fixed travis.yml bug. See gonum/integrate#33.
Pull Request -
State: closed - Opened by evertlammerts about 8 years ago
- 1 comment
#189 - optimize: Repo description should not end with a "."
Issue -
State: closed - Opened by jonlawlor about 8 years ago
- 4 comments
#188 - go 1.7 -> go 1.7.3
Pull Request -
State: closed - Opened by jonlawlor about 8 years ago
- 2 comments
#187 - Update documentation for Global and clean up usage of globalStatus
Pull Request -
State: closed - Opened by btracey about 8 years ago
- 3 comments
#186 - Combine implementations of Global and Local
Pull Request -
State: closed - Opened by btracey about 8 years ago
- 1 comment
#184 - go 1.7rc3 -> go 1.7, drop go 1.4.2
Pull Request -
State: closed - Opened by jonlawlor over 8 years ago
- 2 comments
#183 - Add Global optimization method and GuessAndCheck algorithm
Pull Request -
State: closed - Opened by btracey over 8 years ago
- 5 comments
#182 - go 1.7rc2 -> go 1.7rc3
Pull Request -
State: closed - Opened by jonlawlor over 8 years ago
- 1 comment
#181 - go 1.7beta2 -> go 1.7rc2, go 1.6.2 -> go 1.6.3
Pull Request -
State: closed - Opened by jonlawlor over 8 years ago
- 1 comment
#180 - optimize: Add CMA-ES optimization algorithm
Issue -
State: closed - Opened by agrimball over 8 years ago
- 3 comments
#178 - go 1.7beta1 -> go 1.7beta2
Pull Request -
State: closed - Opened by jonlawlor over 8 years ago
- 1 comment
#177 - Refactor if statement
Pull Request -
State: closed - Opened by btracey over 8 years ago
- 3 comments
#176 - Cleanup findInitialBasic and initializeFromBasic
Pull Request -
State: closed - Opened by btracey over 8 years ago
- 2 comments
#175 - Refactor extractColumns to have a destination matrix
Pull Request -
State: closed - Opened by btracey over 8 years ago
- 2 comments
#174 - optimize: curve-fitting - implement Levenberg-Marquardt algorithm (damped least-squares)
Issue -
State: closed - Opened by sbinet over 8 years ago
- 7 comments
#173 - Simplify findLinearlyIndependent
Pull Request -
State: closed - Opened by btracey over 8 years ago
- 2 comments
#172 - Add Predictor-Corrector and Self-Dual Interior Point solvers
Pull Request -
State: closed - Opened by dane-unltd over 8 years ago
- 1 comment
#171 - convex/lp: fix Simplex doc
Pull Request -
State: closed - Opened by sbinet over 8 years ago
- 1 comment
#170 - convex/lp: fix Simplex example for godoc
Pull Request -
State: closed - Opened by sbinet over 8 years ago
- 2 comments
#169 - [question] MajorIterations settings
Issue -
State: closed - Opened by milosgajdos over 8 years ago
- 4 comments
#168 - travis: go1.7beta1
Pull Request -
State: closed - Opened by jonlawlor over 8 years ago
- 1 comment
#167 - optimize: add example for Local+BFGS
Pull Request -
State: closed - Opened by sbinet over 8 years ago
- 1 comment
#166 - travis: go 1.6.1 -> 1.6.2
Pull Request -
State: closed - Opened by jonlawlor over 8 years ago
- 1 comment
#165 - Add package for linear programming solving and Simplex implementation
Pull Request -
State: closed - Opened by btracey over 8 years ago
- 4 comments
#164 - functions: use explicit fd.Settings in tests
Pull Request -
State: closed - Opened by vladimir-ch over 8 years ago
- 1 comment
#163 - go 1.5.3 -> 1.5.4, 1.6 -> 1.6.1
Pull Request -
State: closed - Opened by jonlawlor over 8 years ago
- 6 comments
#162 - travis: go1.6
Pull Request -
State: closed - Opened by kortschak almost 9 years ago
- 1 comment
#161 - travis: go1.6rc1 -> go1.6rc2
Pull Request -
State: closed - Opened by jonlawlor almost 9 years ago
- 1 comment
#160 - travis: update test matrix
Pull Request -
State: closed - Opened by kortschak almost 9 years ago
- 1 comment
#158 - Small clean-up in Bisection
Pull Request -
State: closed - Opened by vladimir-ch almost 9 years ago
- 1 comment
#157 - Rename FuncConst and GradConst in linesearchers
Pull Request -
State: closed - Opened by vladimir-ch almost 9 years ago
- 1 comment
#155 - Change FunConst and GradConst to DecreaseFactor and CurvatureFactor
Issue -
State: closed - Opened by btracey almost 9 years ago
#154 - doc: add godoc badge
Pull Request -
State: closed - Opened by sbinet almost 9 years ago
- 1 comment
#153 - travis: go1.6beta1 -> go1.6beta2
Pull Request -
State: closed - Opened by kortschak almost 9 years ago
- 1 comment
#152 - Clean up LBFGS
Pull Request -
State: closed - Opened by vladimir-ch about 9 years ago
- 3 comments
#151 - Clean up docs for GradientDescent
Pull Request -
State: closed - Opened by vladimir-ch about 9 years ago
- 1 comment
#150 - Use mat64 in Newton
Pull Request -
State: closed - Opened by vladimir-ch about 9 years ago
- 1 comment
#149 - Use mat64 in CG
Pull Request -
State: closed - Opened by vladimir-ch about 9 years ago
- 3 comments
#148 - Add MoreThuente Linesearcher
Pull Request -
State: closed - Opened by vladimir-ch about 9 years ago
- 4 comments
#147 - Use mat64 instead of floats in BFGS
Pull Request -
State: closed - Opened by vladimir-ch about 9 years ago
- 1 comment
#146 - Add concurrent global optimization
Pull Request -
State: closed - Opened by btracey about 9 years ago
- 10 comments
#145 - Pass a copy of Location.X to evaluating routines
Pull Request -
State: closed - Opened by vladimir-ch about 9 years ago
- 1 comment
#144 - Make function decrease check based on a tolerance
Pull Request -
State: closed - Opened by btracey about 9 years ago
- 3 comments
#143 - Modify bisection so it only requests the gradient when appropriate
Pull Request -
State: closed - Opened by btracey about 9 years ago
- 3 comments
#142 - Improve Bisection to command GradEvaluation only when necessary
Pull Request -
State: closed - Opened by vladimir-ch about 9 years ago
- 2 comments
#141 - travis: use new travis infrastructure
Pull Request -
State: closed - Opened by kortschak about 9 years ago
- 1 comment
#140 - Update Coveralls badge link
Pull Request -
State: closed - Opened by vladimir-ch about 9 years ago
- 1 comment
#139 - Initialize only the upper half of the Hessian
Pull Request -
State: closed - Opened by vladimir-ch about 9 years ago
- 1 comment
#138 - optimize: make initialization errors hold their cause
Pull Request -
State: closed - Opened by kortschak about 9 years ago
- 4 comments
#137 - Separate evaluations for Bisection
Pull Request -
State: closed - Opened by vladimir-ch about 9 years ago
- 6 comments
#136 - Replace Inf with infinite in errors
Pull Request -
State: closed - Opened by vladimir-ch about 9 years ago
- 11 comments
#135 - Swap arguments to Grad and Hess
Pull Request -
State: closed - Opened by vladimir-ch about 9 years ago
- 1 comment
#134 - Remove Linesearcher.Finished()
Pull Request -
State: closed - Opened by vladimir-ch about 9 years ago
- 1 comment
#133 - Remove Linesearcher.Finished()
Issue -
State: closed - Opened by vladimir-ch about 9 years ago
#132 - Rename some error variables and update their comments
Pull Request -
State: closed - Opened by vladimir-ch about 9 years ago
- 1 comment
#131 - Stop modifying Location beyond requested evaluations
Pull Request -
State: closed - Opened by vladimir-ch about 9 years ago
- 3 comments
#130 - Change the order of arguments for evaluation routines like Grad() and Hess()
Issue -
State: closed - Opened by vladimir-ch about 9 years ago
#129 - Pass a copy of X to evaluation routines
Issue -
State: closed - Opened by vladimir-ch about 9 years ago
- 2 comments
#128 - Linesearchers should test function decrease to within a tolerance
Issue -
State: closed - Opened by btracey about 9 years ago
- 2 comments
#127 - Linesearchers should check function value before asking for gradient
Issue -
State: closed - Opened by btracey about 9 years ago
- 8 comments
#126 - Drop () from FuncName() in comments
Pull Request -
State: closed - Opened by vladimir-ch about 9 years ago
- 1 comment
#124 - Better name for ErrNonNegativeStepDirection
Issue -
State: closed - Opened by vladimir-ch about 9 years ago
#123 - Merge IterationType and EvaluationType, simplify Method interface
Pull Request -
State: closed - Opened by vladimir-ch about 9 years ago
- 8 comments
#122 - LinesearchMethod.Iterate() is subtly wrong
Issue -
State: closed - Opened by vladimir-ch about 9 years ago
- 6 comments
#121 - optimize: make chol field concrete type
Pull Request -
State: closed - Opened by kortschak about 9 years ago
- 1 comment
#120 - Fix newton with new Cholesky API
Pull Request -
State: closed - Opened by btracey about 9 years ago
- 1 comment
#119 - Start adding LP solver
Pull Request -
State: closed - Opened by btracey about 9 years ago
- 23 comments
#118 - optimize: delete ErrMismatch
Pull Request -
State: closed - Opened by kortschak about 9 years ago
- 5 comments
#117 - Change BFGS to use vectors instead of matrices.
Pull Request -
State: closed - Opened by btracey over 9 years ago
#116 - Update BFGS to changes in RankTwo() and SymRankOne()
Pull Request -
State: closed - Opened by vladimir-ch over 9 years ago
- 1 comment
#115 - travis: go 1.5beta3 -> go 1.5rc1
Pull Request -
State: closed - Opened by kortschak over 9 years ago
#114 - Loosen Big5 tolerance
Pull Request -
State: closed - Opened by btracey over 9 years ago
- 2 comments
#113 - Update BFGS to new VecMul API
Pull Request -
State: closed - Opened by btracey over 9 years ago
- 2 comments
#112 - Clean and improve Linesearch code
Pull Request -
State: closed - Opened by vladimir-ch over 9 years ago
- 8 comments
#111 - Remove unnecessary ProblemInfo
Pull Request -
State: closed - Opened by vladimir-ch over 9 years ago
- 2 comments
#110 - Method does not need ProblemInfo
Issue -
State: closed - Opened by vladimir-ch over 9 years ago
- 1 comment
#109 - Switch from interfaces to Problem struct
Pull Request -
State: closed - Opened by hypoactiv over 9 years ago
- 9 comments
#108 - cleanup .travis.yml and associated files
Pull Request -
State: closed - Opened by jonlawlor over 9 years ago
- 1 comment
#107 - Fix BFGS to have vector arguments in Inner.
Pull Request -
State: closed - Opened by btracey over 9 years ago
- 3 comments
#106 - Update MinimalSurface to implement Gradient interface
Pull Request -
State: closed - Opened by vladimir-ch over 9 years ago
- 1 comment
#105 - Clean Printer and change Recorder interface
Pull Request -
State: closed - Opened by vladimir-ch over 9 years ago
- 4 comments
#104 - Make optimize silent by default
Issue -
State: closed - Opened by vladimir-ch over 9 years ago
#103 - Clearly define meaning of the various iteration types
Issue -
State: closed - Opened by vladimir-ch over 9 years ago
- 5 comments
#102 - Change from Function et al. interfaces + magic to input functions struct
Issue -
State: closed - Opened by vladimir-ch over 9 years ago
- 5 comments
#96 - Statuser docs are not accurate
Issue -
State: closed - Opened by vladimir-ch over 9 years ago
#95 - Bisection: Change procedure to work toward the global minimum of the lin...
Pull Request -
State: closed - Opened by btracey over 9 years ago
- 3 comments
#93 - Update of OptLoc on every iteration causes flaky optimization runs
Issue -
State: closed - Opened by btracey over 9 years ago
- 11 comments
#88 - Add coordinate descent method. Tweak HelicalValley test so that a step ...
Pull Request -
State: closed - Opened by btracey over 9 years ago
- 3 comments
#87 - Add initial Hessian information to Settings
Issue -
State: closed - Opened by vladimir-ch over 9 years ago
- 1 comment
Labels: enhancement
#31 - Add FunctionRelTol convergence test
Issue -
State: closed - Opened by vladimir-ch almost 10 years ago
- 3 comments
Labels: enhancement
#29 - Change Bfgs to BFGS in docs for Local()
Issue -
State: closed - Opened by vladimir-ch almost 10 years ago