opt
Optimization class
A class template designed to express optionality without additional storage space for boolean flags.
Class template designed to express optionality without having to sacrifice memory to store additional bool flag
12 stars
6 watching
1 forks
Language: C++
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mpusz/inplace_string | A class template that stores text content in-place to reduce memory usage. | 10 |
mengrao/str | An optimized string class with an adaptive hash table for fast searching and comparisons | 126 |
matthewpeterkelly/particleswarmoptimization | An optimization algorithm implementation in Matlab. | 83 |
mlpack/ensmallen | A C++ library for numerical optimization tasks | 754 |
pnnl/soda-opt | A tool that extracts and optimizes high-level code snippets into LLVM IR using MLIR for high-level synthesis | 37 |
ethz-pes/multi_objective_optimization_matlab | A MATLAB toolset for multi-objective optimization using genetic algorithms and other methods. | 53 |
chudur-budur/nsga2-matlab | A fast implementation of a multi-objective optimization algorithm | 98 |
max22-/uxnbruteforce | An optimized search tool for finding efficient code snippets in the UXN programming language | 8 |
atifaziz/optuple | Library providing extension methods to give tuple of boolean and type T option-like semantics | 29 |
fmassa/optimize-net | An optimization library for reducing memory usage in PyTorch neural networks | 282 |
typemonkey/turtle | A programming language designed to optimize memory usage through long-term storage of data | 5 |
funbox/optimizt | A CLI tool for compressing and optimizing image files in various formats. | 944 |
manageiq/optimist | A commandline option parser for Ruby that simplifies the process of defining and managing options | 255 |
vagmcs/optimus | A mathematical optimization library written in Scala, supporting linear and quadratic programming with various solver options. | 141 |
mzychlewicz/gwo | An implementation of the Grey Wolf Optimizer algorithm in Matlab for solving optimization problems. | 55 |