Pedro Bruel

Results 7 issues of Pedro Bruel

I've tried to make `ob-julia.el` work with org 9.2.5 and Julia 1.1.1, by updating functions with [code](https://github.com/tkf/org-mode/blob/master/lisp/ob-R.el) from `ob-R.el`. These changes restore support for source blocks with `:results output` and...

**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