Filippos Christou

Results 41 issues of Filippos Christou

**Description of bug** Passing an array of `Unitful.jl` doesn't work with `yen_k_shortest_paths`. It's because no method is defined to accept weights of `AbstractMatrix{ g = SimpleGraph(5) julia> ws = [v1...

bug

Hi. I think it would be nice to define here these two interface functions. Some pseudocode: ```julia """ todirected(g::AbstractGraph) Create a directed instance of graph `g`. If `g` is already...

enhancement

Quite schockingly, I realised `test/runtests.jl` is empty. What's the current way to test this package ?

When initializing a Q-table with `-inf`, it looks that `EpsilonGreedyExplorer` might return no legal actions. MWE follows. Define a custom environment similar to RandomWalk1D ```julia Base.@kwdef mutable struct MyRandomWalk1D 1.0...

It appears the display is failing to print a `Tuple{Int, Int}` value, so I just wrapped it around with a `string()`

`@benchmarkset` is nowhere in the documentation and can only be found in the the [API Reference](https://juliaci.github.io/BenchmarkTools.jl/stable/reference/#BenchmarkTools.@benchmarkset-Tuple{Any,%20Any}). Is there a reason why ? Like is it obselete or maybe "too new"...

Currently the`/` arrow key can navigate throughout debug history commands but only for the current debug session. It would be nice if the debug history commands of previous `@enter ...`...

Are you interested in an effort of integrating [NestedGraphIO.jl](https://github.com/UniStuttgart-IKR/NestedGraphsIO.jl) in GraphIO.jl ?

Code from (unregistered) [NestedGraphIO.jl](https://github.com/UniStuttgart-IKR/NestedGraphsIO.jl) returns home as described in #49. This PR enables support for `MetaGraphs` in `GraphML` format. It follows the paradigm of http://graphml.graphdrawing.org/ to define attributes in the...

Can a maintainer mention what is the state with the GPU support? The README says that the gpu-support branch should be used, but that one was updated 5 years ago...