JuMP has started making changes to allow expressions with complex numbers. We should follow suit and enable this in InfiniteOpt. There are a number of places where Float64 is hardcoded in. A generalization would also allow for the use of different number representations (e.g., BigFloat).
JuMP has started making changes to allow expressions with complex numbers. We should follow suit and enable this in InfiniteOpt. There are a number of places where
Float64is hardcoded in. A generalization would also allow for the use of different number representations (e.g.,BigFloat).