Skip to content
#

optimization

Here are 5,299 public repositories matching this topic...

jimthompson5802
jimthompson5802 commented May 15, 2022

What happened + What you expected to happen

The shim tune.create_scheduler() does not properly parse the keyword parameters passed in a dictionary for the pb2 scheduler. For this call

pb2_parm_dict = {"time_attr": "time_total_s", "metric": "metric_score", "mode": "min",
                 "hyperparam_bounds": {"param1": [0, 1]}}

pb2_scheduler = create_scheduler("pb2", **pb2_pa
bug good first issue tune P2
customcommander
customcommander commented Feb 7, 2021

With Closure Compiler v20210106 and the following flags:

--language_in=ECMASCRIPT_NEXT
--compilation_level ADVANCED
--js tmp/wrap.js 

This works fine:

/**
 * @param {string} str
 * @param {string} [prefix=aa]
 * @param {string} [suffix=bb]
 */
function wrap1(str, prefix="aa", suffix="bb") {
  return prefix + str + suffix;
}

window.wrap1 = wrap
help wanted good first issue P4
david-vicente
david-vicente commented May 19, 2021

The Matlab version of CVX [1,2] offers the options of calling the Huber function with either huber(x,M) or huber(x,M,t). The latter computes t+t*huber(x/t,M), which is useful for concomitant scale estimation [3]. It would be nice to have the same option with cvxpy.

1 - https://github.com/cvxr/CVX/blob/master/functions/huber.m
2

help wanted feature request good first issue

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

  • Updated Apr 8, 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

help wanted good first issue feature request
replon
replon commented Mar 25, 2022

https://github.com/pytorch/serve/blob/6a191f822f2e759c2aad07b8f9eacbedcb039827/model-archiver/model_archiver/model_packaging_utils.py#L137

In a multi-user system, this line can raise Permission Error because of the same file name in the shared /tmp/ directory which maybe created by another user. Maybe we can give more unique name when we store it using timestamp or something.

good first issue
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
bug Dexpler / Android-Specific good first issue

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