Results 5 issues of Klemen Berkovič

Is it possible to use `ctags --list-kinds` command to generate kinds info for all known programming languages that ctags knows about. In the current version of **tagbar**, user has to...

feature
stale

I am using Tensorflow 2 and this package has issues. This package should be ported to newer version.

- **Resources** Class `QualityIndicator` in `package org.um.feri.ears.qualityIndicator` should use `ClassLoader.getResource(path_to_file_in_package));` in lines 148 and 162. - **Reference points for other problems/tasks** I would like to see the quality of two...

- **Error example 1** ``` import org.um.feri.ears.algorithms.moo.demo.D_DEMO ... val moead = new D_MOEAD(1000) val demo = new D_DEMO(1000, 1) ... val task = new DoubleMOTask(EnumStopCriteria.ITERATIONS, 10000, 10000, 10000, 0.000001, myProblem);...

I would like to have an option to set a constraint as a function. Constraint function should be defined as `c(A: Array[Type]) -> Type`.