optimization
- Sign up for GitHub or sign in to edit this page
Here are 2,408 public repositories matching this topic...
:tiger: Node.js tool for optimizing SVG files
-
Updated
Oct 25, 2019 - 1 commits
- JavaScript
System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 16.04
- Ray installed from (source or binary): pip install ray
- Ray version: 0.7.4
- Python version: 3.6
Describe the problem
After having successfully trained and restore an agent, one very common use case might be to make deterministic action given a state. After training, or wh
Thoughts on Go performance optimization
-
Updated
Oct 25, 2019 - 385 commits
Drench yourself in Deep Learning, Reinforcement Learning, Machine Learning, Computer Vision, and NLP by learning from these exciting lectures!!
-
Updated
Oct 26, 2019 - 108 commits
I'm proposing that we, the closure-compiler team, update our planning process to include some form of publication of those plans where they can be easily seen by the Open Source community.
I expect this increased visibility will make people much more comfortable using closure-compiler.
At the moment, I'm thinking this would include:
For each quarter:
- New features we're actively workin
Mirror of official llvm git repository located at http://llvm.org/git/llvm. Updated every five minutes.
-
Updated
Oct 26, 2019 - 186 commits
- LLVM
A Python implementation of global optimization with gaussian processes.
-
Updated
Oct 25, 2019 - 180 commits
- Python
Fast and efficient CSS optimizer for node.js and the Web
-
Updated
Oct 25, 2019 - 1 commits
- JavaScript
A tool for monitoring webpack optimization metrics through the development process
-
Updated
Oct 24, 2019 - 266 commits
- JavaScript
The following files seem to be of key significance to how cvxpy 1.0's reduction system works, but they have little to no documentation. It's difficult for contributors to address canonicalization issues (related to correctness, or performance) without more information on these files.
- [reductions/canonicalization.py](https://github.com/cvxgrp/cvxpy/blob/34349b5e41c124a6a1e32426e68af95b5044498c
A CLI React performance optimization tool that identifies potential unnecessary re-rendering
-
Updated
Oct 14, 2019 - 169 commits
- JavaScript
AndroidGodEye:A performance monitor tool , like "Android Studio profiler" for Android , you can easily monitor the performance of your app real time in pc browser
-
Updated
Oct 25, 2019 - 528 commits
- Java
Lightweight justice for your single-board computer.
-
Updated
Oct 25, 2019 - 6 commits
- Shell
The Fastest DNN Running Framework on Web Browser
-
Updated
Oct 23, 2019 - 1 commits
- Python
For example ee site info should allow output in different formats like yaml,json. This should happen to maintain parity with the other commands like ee site list, ee auth list global
Example:
ee site list --format=table
ee site list --format=json
ee auth list global --format=table
ee auth list global --format=jsonNow,
# This works
ee site info example.MTuner is a C/C++ memory profiler and memory leak finder for Windows, PlayStation 4 and 3, Android and other platforms
-
Updated
Oct 25, 2019 - 219 commits
- C++
move to https://github.com/dmlc/tvm/
-
Updated
Oct 23, 2019 - 359 commits
- C++
This seems wrong to me. The optimizer seems to be aware of its uncertainty, re-evaluating the "fluke point" and discovering that it's actually not usually that great. But then it gives me the fluke point at the end! This is especially problematic when variance is non-uniform and lower near the true minimum.
Ideally, the convergence plot would be updated as well, showing the expected minimum as
Java Constraint Solver to solve vehicle routing, employee rostering, task assignment, conference scheduling and other planning problems.
-
Updated
Oct 25, 2019 - 6 commits
- Java
Mesh optimization library that makes meshes smaller and faster to render
-
Updated
Oct 25, 2019 - 1 commits
- C++
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.
-
Updated
Oct 23, 2019 - 2 commits
- Go
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
:mag: A helpful checklist / collection of Search Engine Optimization (SEO) tips and techniques.
-
Updated
Oct 25, 2019 - 172 commits
- HTML
Hey Contributor!
Thanks for checking out HyperLearn!! Super appreciate it.
Since the package is new (only started like August 27th)..., Issues are the best place to start helping out, and or check out the Projects tab. There's a whole list of stuff I envisioned to complete.
Also, if you have a NEW idea: please post an issue and label it new enhancement.
In terms of priorities, I wanted
The function
Realm.applyEffectshas anappendGeneratorargument, which seems to indicate whether it is safe to modify the current generator. It is clearly unsafe to do so when it is anticipated that the applied effects might later have to be undone. Of the 37 invocations of this function, one explicitly unsets the flag, and three explicitly set it. PR #2185 relies on this interpretation of the