thewoz
thewoz
Some time the error is here: // moving new population into current population for next generation curpop = std::move(newpop); others time here: // encoding parameter random value std::string str =...
I solve in this way: param[i] = x->decode(chr.substr(ptr->idx[i], x->size())); i++;
Hi why do not use for a C/C++ version the cfitsio library?
Sorry about that. I do not know python and I have some trouble to understand how to solve a stars field. I'm not able to find an example.
Hi @GamingMinds-DanielC thank you very much for your reply. I understood what you say in (1) and (2) I made the changes and things are much better. The code now...
Hi @GamingMinds-DanielC, thank you very much for the additional information!!! Everything works now!! This is the updated code: ``` #include #include #include #include #include #define IMGUI_DEFINE_MATH_OPERATORS #include static void glfwErrorCallback(int...
Hi thank you for your reply. Yes my idea was, after having a working example, to "engineer" it and create an object. I tried to consider the position of the...
I am so sorry I put the wrong code. If above I subtract the cursor position below I have to put it back. However this way doesn't work. I was...
Thank you very much for all the suggestions you gave me. I solved the jumping problem in this way. I don't know if that was what you meant, but it...