FrankWolfe.jl
FrankWolfe.jl copied to clipboard
Try out other rational types
There are other packages for handling exact / rational arithmetic that we can try out / show off in examples. Alternatively, using high (fixed) precision integers could improve performance by a lot
https://github.com/rfourquet/BitIntegers.jl https://github.com/jump-dev/MutableArithmetics.jl/issues/33 https://github.com/JeffreySarnoff/FastRationals.jl
i thinkt that would be a cool example. sometimes fix bit precision is enough also.