-
Updated
Sep 29, 2020 - JavaScript
#
optimization
Here are 3,310 public repositories matching this topic...
Thoughts on Go performance optimization
-
Updated
Sep 10, 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
Sep 28, 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
Sep 16, 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
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
Sep 4, 2020 - Java
Source repo for the book
-
Updated
Apr 22, 2020 - HTML
A Python-embedded modeling language for convex optimization problems.
-
Updated
Sep 29, 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
Sep 29, 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
Mesh optimization library that makes meshes smaller and faster to render
-
Updated
Sep 29, 2020 - C++
Sequential model-based optimization with a `scipy.optimize` interface
python
machine-learning
binder
optimization
scientific-computing
bayesopt
gradient
bayesian-optimization
hyperparameter
-
Updated
Sep 29, 2020 - Python
Coz: Causal Profiling
-
Updated
Sep 22, 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
Sep 8, 2020 - C++
The Fastest DNN Running Framework on Web Browser
-
Updated
Sep 25, 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
Sep 29, 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
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
Sep 29, 2020 - C
-
Updated
Sep 16, 2020
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
Aug 29, 2020 - Python
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."


What is the problem?
Although @ray.remote contains an argument for placement group, it doesn't work. We should either remove it or allow it. (placement_group_capture_child_task)
Reproduction (REQUIRED)
Please provide a script that can be run to reproduce the issue. The script should have **no