Leo Hanisch

Results 22 issues of Leo Hanisch

Hi @NilsJPWerner I published the `autoDocstring` extension to the [Open VSX Registry](https://open-vsx.org/extension/njpwerner/autodocstring). Right now anybody can publish to the namespace `njpwerner`. However, to get exclusive control over that namespace and...

# Description After eclipse/openvsx#222 is resolved the GitHub action should check whether a license is present by using `ovsx`'s `isLicenseOk` method. If the license is not ok it should yield...

enhancement
help wanted

# Description Recently, I received quite some requests to decouple the algorithms from the CLI and the visualization. Those users want to use the bare algorithms for other tasks not...

enhancement
engineering
API

# Description Add the Bacterial Foraging Optimization Algorithm. The corresponding paper can be found [here](https://ieeexplore.ieee.org/abstract/document/1004010). If you cannot retrieve the paper you can reach out to me on [gitter](https://gitter.im/HaaLeo/). Be...

enhancement
help wanted
new algorithm

# Description Add the Elephant Herding Optimization Algorithm. The corresponding paper can be found [here](https://ieeexplore.ieee.org/abstract/document/7383528). If you cannot retrieve the paper you can reach out to me on [gitter](https://gitter.im/HaaLeo/). Be...

enhancement
help wanted
new algorithm

# Description Add the Sailfish Optimizer . The corresponding paper can be found [here](https://www.sciencedirect.com/science/article/abs/pii/S0952197619300016). If you cannot retrieve the paper you can reach out to me on [gitter](https://gitter.im/HaaLeo/). Be sure...

enhancement
help wanted
new algorithm

# Description Add the Bird Swarm Algorithm . The corresponding paper can be found [here](https://www.tandfonline.com/doi/full/10.1080/0952813X.2015.1042530). If you cannot retrieve the paper you can reach out to me on [gitter](https://gitter.im/HaaLeo/). Be...

enhancement
help wanted
new algorithm

# Description As swarmlib is growing it is essential to ensure the key functionality works flawless. Therefore at least the base components (of the [utility](https://github.com/HaaLeo/swarmlib/tree/master/swarmlib/util) module should be tested. #...

engineering

# Description To better visualize the nature of the benchmark functions `swarmlib` should support 3D visualization additionally. # Proposal * ~~Probably the algorithms must pass the whole `Coordinate` (including its...

enhancement
visualization

# Description The cuckoo search is the only algorithm whose amount of iterations is indicated by the `--max-generations` flag. All other algorithms use a flag `--iteration-number` to indicate that. Originally...

help wanted
cuckoo search
engineering
discussion