-
Updated
Aug 13, 2020 - JavaScript
#
optimization
Here are 3,186 public repositories matching this topic...
Thoughts on Go performance optimization
-
Updated
Aug 13, 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
Aug 14, 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
Jul 13, 2020 - Python
Project moved to: https://github.com/llvm/llvm-project
-
Updated
Jul 29, 2020 - LLVM
Fast and efficient CSS optimizer for node.js and the Web
-
Updated
May 27, 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
Jun 9, 2020 - Java
Source repo for the book
-
Updated
Apr 22, 2020 - HTML
A Python-embedded modeling language for convex optimization problems.
-
Updated
Aug 18, 2020 - C++
A tool for monitoring webpack optimization metrics through the development process
-
Updated
Oct 14, 2019 - JavaScript
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
Lightweight justice for your single-board computer!
-
Updated
Aug 19, 2020 - Shell
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));
}
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
Sequential model-based optimization with a `scipy.optimize` interface
python
machine-learning
binder
optimization
scientific-computing
bayesopt
gradient
bayesian-optimization
hyperparameter
-
Updated
Jul 7, 2020 - Python
Mesh optimization library that makes meshes smaller and faster to render
-
Updated
Aug 2, 2020 - C++
Coz: Causal Profiling
-
Updated
Jun 11, 2020 - C
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
Aug 15, 2020 - C++
The Fastest DNN Running Framework on Web Browser
-
Updated
Jul 29, 2020 - Python
kirtangajjar
commented
Jul 31, 2020
Need to create /etc/hosts entry for non-wildcard alias domains in site create
and site update
.
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
tabu-search
branch-and-bound
metaheuristics
rostering
employee-rostering
-
Updated
Aug 18, 2020 - Java
-
Updated
Sep 11, 2018 - C++
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
Go scientific library for machine learning, linear algebra, FFT, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, graph, plotting, visualisation, tensors, eigenvalues, differential equations, more.
visualization
machine-learning
optimization
linear-algebra
sparse-systems
linear-programming
artificial-intelligence
scientific-computing
fast-fourier-transform
graph-theory
computational-geometry
plotting
differential-equations
eigenvectors
tensor-algebra
hacktoberfest
eigenvalues
parallel-computations
mkl
hacktoberfest2019
-
Updated
Aug 19, 2020 - Go
-
Updated
Jul 23, 2020 - HTML
Open-source implementation of Google Vizier for hyper parameters tuning
-
Updated
Nov 11, 2019 - Jupyter Notebook
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."
Issue #3644 describes the reasons why this warning was created. However, I get this warning even with as little as 17 actors:
According to
ulimit -n
I can safely run many more procs.Potential solutions: