NODAL.jl icon indicating copy to clipboard operation
NODAL.jl copied to clipboard

NODAL is an Open Distributed Autotuning Library in Julia

Results 7 NODAL.jl issues
Sort by recently updated
recently updated
newest added

How it would be the input of the configuration item, if you have like 6000 input variables? Is there a simpler way to do it, without the Dict option. ```...

**Maintenance**: - [x] Extract Duplicated Code (#27,) - [x] Move to Julia **nightly** until **1.0** - [x] Fix #28 - [x] Use Base.Test in all tests (#23) **API Features**: -...

roadmap

Modify the `Parameter` and `Configuration` types to support "conditional parameters", that is, parameters that are added or removed depending on other parameters's values. This will be useful for Genetic Algorithm...

enhancement

Modify perturbation methods to only modify the normalized values in `Parameter`s.

enhancement
refactor

Modify `Parameter`s to store a value normalized to be within its range. Values should only be converted back when reading the in-range interval. - [ ] `EnumParameters` - [ ]...

enhancement
refactor

Implement the following SLS techniques: - [ ] Best Improvement - [ ] Iterative Best Improvement - [ ] Randomized Best Improvement - [ ] Dynamic Local Search - [...

enhancement
help wanted

Implement `ClusterManager`s that: - Have unidirectional communication and connection between central and spawned processes - Use non-blocking channels - Are able to run Julia workers in public clouds

enhancement
distributed