Mykel Kochenderfer

Results 13 issues of Mykel Kochenderfer

There seems to be an issue with the alignment of algorithm captions. They seem to be vertically centered at the top border of the algorithm, rather than being top aligned...

[GridInterpolations.jl](https://github.com/sisl/GridInterpolations.jl) provides multivariate interpolation on a rectilinear grid with support for both multilinear and simplex interpolation. My lab does interpolation in an inner-inner loop for a dynamic programming application, and...

There are broken image links [here](https://github.com/sisl/ngsim_env/blob/master/docs/training.md).

It would be great if something could be done to speed up the load time. In Julia 1.2.0: ``` julia> @time using PGFPlots 8.497299 seconds (10.54 M allocations: 588.456 MiB,...

In `TikzPictures.jl` there is some code in `Base.writemime()` that will search and replace some of the text in the svg so that things show up correctly when the svgs are...

enhancement

Within the WordPress settings for papercite (v. 0.5.18), I see: ``` Papercite can use a database backend to avoid reparsing bibtex files and loading the full data each timeThe database...

Investigating

It looks like we have an issue with testing on the travis build due to missing `luatex85.sty`. Should we not have TikzPictures as part of the testing? Or should we...

We have changed some of the code to use `Table`, which wraps `DataFrame`. It has the field `potential`. Should tables be interpreted solely as representations of potentials (in this case...

It would be nice to have something like this: ``` julia type NearestGrid

If we run this: ```julia @satvariable(t[1:4,1:4,1:5], Bool) and(t[i,j,k] == t[j,i,k] for i = 1:4, j = 1:4, k=1:5) ``` we get: ``` UndefKeywordError: keyword argument `dims` not assigned ``` Interestingly,...