-
Updated
Dec 3, 2020 - JavaScript
#
optimization
Here are 3,576 public repositories matching this topic...
Thoughts on Go performance optimization
-
Updated
Nov 17, 2020
Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!
machine-learning
natural-language-processing
deep-neural-networks
reinforcement-learning
computer-vision
deep-learning
optimization
deep-reinforcement-learning
artificial-neural-networks
pattern-recognition
probabilistic-graphical-models
bayesian-statistics
artificial-intelligence-algorithms
visual-recognition
-
Updated
Nov 8, 2020
skatsman
commented
Jul 14, 2020
There seems to be an issue with parsing composite character sequences.
Composite character İ consist of the base character and combining character sequence (U+0049)(U+0307)
Using this character causing the compiler to fail with the parser error.
Example code
var bar = {
İ: "foo"
};
Compiler error
input0:2: ERROR - [JSC_PARSE_ERROR] Parse error. Ch
A Python implementation of global optimization with gaussian processes.
-
Updated
Oct 25, 2020 - Python
Project moved to: https://github.com/llvm/llvm-project
-
Updated
Sep 2, 2020 - LLVM
Fast and efficient CSS optimizer for node.js and the Web
-
Updated
Nov 18, 2020 - JavaScript
Android virtual machine and deobfuscator
android
java
emulator
optimization
virtual-machine
reverse-engineering
malware
deobfuscation
malware-analyzer
dalvik
malware-analysis
malware-research
deobfuscator
android-malware
reverse-engineer-apk
-
Updated
Dec 17, 2020 - Java
A Python-embedded modeling language for convex optimization problems.
-
Updated
Dec 6, 2020 - C++
Source repo for the book
-
Updated
Apr 22, 2020 - HTML
A tool for monitoring webpack optimization metrics through the development process
-
Updated
Oct 14, 2019 - JavaScript
Lightweight justice for your single-board computer!
-
Updated
Dec 17, 2020 - Shell
An app performance monitor(APM) , like "Android Studio profiler", you can easily monitor the performance of your app real time in browser
profile
profiler
optimization
uninstall
apm
android-performance
performance-visualization
performance-monitoring
leakcanary
blockcanary
entrance
debugging-tool
performance-optimization
leak-memory
android-god-eye
performance-visualization-dashboard
godeye
performance-monitor
-
Updated
Jul 23, 2020 - Java
Mesh optimization library that makes meshes smaller and faster to render
-
Updated
Dec 10, 2020 - C++
Coz: Causal Profiling
-
Updated
Nov 25, 2020 - C
leeoniya
commented
Dec 26, 2019
.three {
background-color: var(--my-var, var(--my-background, pink));
--border-color: linear-gradient(to top, var(--secondary-color), var(--used-color, white));
}Java Constraint Solver to solve vehicle routing, employee rostering, task assignment, conference scheduling and other planning problems.
java
optimization
scheduling
solver
constraint-satisfaction-problem
constraints
vehicle-routing-problem
constraint-programming
traveling-salesman
simulated-annealing
constraint-solver
hacktoberfest
tabu-search
branch-and-bound
metaheuristics
rostering
employee-rostering
-
Updated
Dec 16, 2020 - Java
Sequential model-based optimization with a `scipy.optimize` interface
python
machine-learning
binder
optimization
scientific-computing
bayesopt
gradient
bayesian-optimization
hyperparameter
-
Updated
Dec 4, 2020 - Python
A CLI React performance optimization tool that identifies potential unnecessary re-rendering
react
javascript
testing
commandline
npm
component
reactjs
optimization
react-component
npm-package
chromium
npm-module
developer-tools
testing-tools
commandline-interface
react-devtools
command-line-interface
puppeteer
-
Updated
Mar 23, 2018 - JavaScript
MTuner is a C/C++ memory profiler and memory leak finder for Windows, PlayStation 4 and 3, Android and other platforms
tool
memory
optimization
performance-analysis
memory-profiler
profiling
playstation3
memory-leak-finder
playstation4
-
Updated
Sep 8, 2020 - C++
The Fastest DNN Running Framework on Web Browser
-
Updated
Nov 24, 2020 - Python
kirtangajjar
commented
Jul 31, 2020
Need to create /etc/hosts entry for non-wildcard alias domains in site create and site update.
mbenz89
commented
Nov 21, 2018
When jimplifying com.reddit.frontpage-214190.apk(Reddit v. 2.26.2), the following exception is thrown:
Exception in thread "main" Unexpected type null
at soot.jimple.toolkits.typing.integer.ClassHierarchy.typeNode(ClassHierarchy.java:152)
at soot.jimple.toolkits.typing.integer.TypeResolver.typeVariable(TypeResolver.java:121)
at soot.jimple.toolkits.typing.integer.ConstraintCollecto
-
Updated
Sep 11, 2018 - C++
Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP(Traveling salesman)
optimization
genetic-algorithm
artificial-intelligence
simulated-annealing
tsp
particle-swarm-optimization
pso
travelling-salesman-problem
fish-swarms
immune
ant-colony-algorithm
heuristic-algorithms
immune-algorithm
-
Updated
Nov 20, 2020 - Python
-
Updated
Nov 2, 2020
Linear algebra, eigenvalues, FFT, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, differential equations.
optimization
linear-algebra
sparse-systems
linear-programming
scientific-computing
fast-fourier-transform
computational-geometry
differential-equations
eigenvectors
mersenne-twister
eigenvalues
parallel-computations
-
Updated
Dec 12, 2020 - C
Improve this page
Add a description, image, and links to the optimization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the optimization topic, visit your repo's landing page and select "manage topics."
Currently, most of the linters we run on CI are controlled by command line arguments in https://github.com/ray-project/ray/blob/master/ci/travis/format.sh
Python supports things like
setup.cfgortox.inias a general config file for its many linters. It'd be nice to use them.#12800 is a band-aid that fixes it, partially, for
flake8specifically, but is generally the right idea. It'd b