CrashBurnRepeat

Results 7 issues of CrashBurnRepeat

I've been looking for a Julia package for multi-objective optimization, and BlackBoxOptim.jl looks like a great option; I'm looking forward to trying out BorgMOEA in particular. However, the problems I...

I have not tested animations outside of the demo environment, but this occurred for all demos except for `contourf.jl` oddly enough. The GIF below shows the general behavior. I thought...

When loading `video_recording.jl` in the `Pkg.test` demo, the following error gets thrown. Might this be from a difference in macOS to Windows or Linux path naming conventions/functions that return path...

In the final summary demo of the `Pkg.test` demos, GLVisualize throws and error that causes the test to fail. Based on the error message, it seems that there's a discrepancy...

When using the `Pkg.test` demo GUI, I have tried to view previous demos with the back button (not the back to beginning button) but instead of loading the previous test,...

Added explicit typing for `translate_cam` inputs and added tests to ensure that `push!`ed variables in `translate_cam` retain their original types.

I've been implementing my own version of Dual Contouring (http://faculty.cs.tamu.edu/schaefer/research/dualcontour.pdf) and I noticed that if all the cell data types returned by `refine_data` are not identical, then `split!` fails because...