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

optimization

Here are 4,942 public repositories matching this topic...

SteveDiamond
SteveDiamond commented Oct 26, 2021

Is your feature request related to a problem? Please describe.
We should add an atom for the function xe^x.

Describe the solution you'd like
xe^x is convex when x >= 0 (actually for x >= -2). A simple approach would be to take the (non-DCP) rewrite -entr(exp(x)) and package it as a class so we can define the convexity properties. This works because -entr is increasing for arguments >=

Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Optimization Algorithm,Immune Algorithm, Artificial Fish Swarm Algorithm, Differential Evolution and TSP(Traveling salesman)

  • Updated Jan 18, 2022
  • Python
esbuild-loader
wanglihui
wanglihui commented Dec 31, 2020

in my old project , using webpack 1.x. And I use esbuild-loader replace babel-loader will print error

` building for production.../Users/wanglihui/WebstoreProject/onionfph5/project/node_modules/esbuild-loader/dist/plugin.js:12
compiler.hooks.thisCompilation.tap('esbuild', compilation => {
^

TypeError: Cannot read property 'thisCompilation' of undefined

optaplanner
AndroidGodEye
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

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