Arrowstar

Results 26 comments of Arrowstar

> The iteration function is not handled in v4.2.0. Let me check how it can be done. Most of the nomadmex.cpp source code is the same but iteration function was...

> The iteration function in Matlab interface for Nomad 3.9 is used for stopping the optimization nicely. The information available to stop or not is the same as what is...

> Thanks for giving details about this use case for iteration function. > > I can implement the iteration function as a patch available when compiling with a flag. Thank...

> The error message that bothers me is "missing: Matlab_INCLUDE_DIRS Matlab_MEX_LIBRARY Matlab_MEX_EXTENSION Matlab_ROOT_DIR Matlab_MX_LIBRARY MEX_COMPILER" What happen if your run the "mex -setup" command in Matlab ? This is suppose...

Update: I was able to get it to work, but only by setting the MATLAB root in the CMakeLists file (right before the find_package() call): `set(Matlab_ROOT_DIR "/usr/local/MATLAB/R2021a")` However, this is...

> I just checked my environment variables : MATLABROOT="/home/matlab/r2021b" Maybe FindMatlab.cmake uses this variable to "find" matlab. Can you check that ? No joy, unfortunately. I have MATLABROOT set and...

Doesn't appear to be an issue in the latest v1.6.8 pre-release. Could you please try loading that bodies file in [v1.6.8 PR9](https://forum.kerbalspaceprogram.com/index.php?/topic/33568-winmaclinux-ksp-trajectory-optimization-tool-v167-lvd-kos-integration/&do=findComment&comment=3980160)? If you don't have it already, you'll need...

Okay, thanks for the info. Are you on Windows or Linux?

Could you please try the following build of KSPTOT and see if it resolves the issue? If not, please post the ksptot.log file again. Thanks! https://drive.google.com/file/d/1-aqO3hYUWqcVyjAd9BP0EG4Kb60vwS1w/view?usp=sharing

Hmm, I'm not really sure. I tried the executable I built over here and your bodies file worked with it. I also tried it on another computer and it also...