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: about 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 | 125 |
matthewpeterkelly/particleswarmoptimization | An optimization algorithm implementation in Matlab. | 82 |
mlpack/ensmallen | A high-quality C++ library for non-linear numerical optimization | 743 |
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. | 51 |
chudur-budur/nsga2-matlab | A fast implementation of a multi-objective optimization algorithm | 96 |
max22-/uxnbruteforce | Automates the construction of optimized UXN code by searching through all possible combinations to find the most efficient solution. | 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. | 938 |
manageiq/optimist | An option parser generator for Ruby that simplifies command-line interface development with automatically generated help pages and sensible defaults. | 252 |
vagmcs/optimus | A mathematical optimization library for Scala | 141 |
mzychlewicz/gwo | An implementation of the Grey Wolf Optimizer algorithm in Matlab for solving optimization problems. | 53 |