Closed joaogoliveira1 closed 4 years ago
It's been kind of hit'n'miss over Julia versions. I guess it's related to constant propagation heuristics. I know there have been some changes that relate to keywords lately, I could try to see if it's better on Julia master. I don't think it matters though, depending on what you do. It's unsatisfactory though, I agree.
Well as long as there is no drag on the code, its fine for me. Thanks for your reply!
Hey, I'm getting type instability on the output of the Nelder-Mead optimization algorithm. Here is a simple example of the problem:
The results from code_warntype are:
Type instability is signaled by UNSTABLE Is this normal? Is there a way to make it type stable?