The Wayback Machine - https://web.archive.org/web/20200917165917/https://github.com/topics/optimization
Skip to content
#

optimization

Here are 3,264 public repositories matching this topic...

edoakes
edoakes commented Sep 10, 2020

I often run into issues by accidentally starting a new cluster when one is already running. Then, this later causes problems when I try to connect and there are two running clusters. I'm then forced to ray stop both clusters and ray start my new one again.

My workflow would be improved if I just got an error when trying to start the second cluster and knew to immediately tear down the exist

skatsman
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
mbenz89
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.

  • Updated Sep 17, 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.

Curate this topic

Add this topic to your repo

To associate your repository with the optimization topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.