All Projects → cornell-zhang → uptune

cornell-zhang / uptune

Licence: BSD-3-Clause license
A Generic Distributed Auto-Tuning Infrastructure

Programming Languages

python
139335 projects - #7 most used programming language
C++
36643 projects - #6 most used programming language
shell
77523 projects
Dockerfile
14818 projects
CMake
9771 projects
r
7636 projects

Projects that are alternatives of or similar to uptune

phoebe
Phoebe
Stars: ✭ 83 (+361.11%)
Mutual labels:  auto-tuning
genetic-algorithm-matlab
A very simple Genetic Algorithm implementation for matlab, easy to use, easy to modify runs fast.
Stars: ✭ 18 (+0%)
Mutual labels:  heuristics
adaptive-large-neighbourhood-search
ALNS header-only library (loosely) based on the original implementation by Stefan Ropke.
Stars: ✭ 28 (+55.56%)
Mutual labels:  heuristics
Flow-Shop-Scheduling
Genetic Algorithm for Flow Shop Scheduling
Stars: ✭ 19 (+5.56%)
Mutual labels:  heuristics
KMAC
Some usefull info when reverse engineering Kernel Mode Anti-Cheat
Stars: ✭ 31 (+72.22%)
Mutual labels:  heuristics
clean-code-smells-and-heuristics
No description or website provided.
Stars: ✭ 20 (+11.11%)
Mutual labels:  heuristics
VeRyPy
A python library with implementations of 15 classical heuristics for the capacitated vehicle routing problem.
Stars: ✭ 166 (+822.22%)
Mutual labels:  heuristics
Genetics
Genetics (Initialization, Selection, Crossover, Mutation)
Stars: ✭ 15 (-16.67%)
Mutual labels:  heuristics
neural-compressor
Intel® Neural Compressor (formerly known as Intel® Low Precision Optimization Tool), targeting to provide unified APIs for network compression technologies, such as low precision quantization, sparsity, pruning, knowledge distillation, across different deep learning frameworks to pursue optimal inference performance.
Stars: ✭ 666 (+3600%)
Mutual labels:  auto-tuning

UpTune Project

version license build

A Generic Distributed Auto-Tuning Framework.

Getting Started

Installation

The uptune framework has python and C++ API bindings, and we install both by default. The C++ binding requires cmake (>2.8), gcc (>4.8.5) and GoogleTest to be installed. To install uptune, simply pull it back and run the install script with the following commands:

Install from Source

$ git clone https://github.com/cornell-zhang/uptune.git; cd uptune
$ ./install.sh 
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].