-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revisit and update documentation and examples #389
Comments
I found some unrendered math here. |
In case of a n_process>2, an addition consideration must be given to Jupyter Notebook for windows users. |
@ljvmiranda921 Do you think it would be a good idea to build a MWE for a custom optimizer in Writing your own optimization loop? |
^Ooooh, you meant like a scaffold of it? @whzup yeah that would be good to be honest. I think just describing what it looks like (what I did) isn't enough |
Hello, I am currently like to work with pyswarms and had a look in your Documentation. In your example Electric circuit problem is an false result in your section Setting the optimizer. The results are:
But later you talk about 0.094A, which I can confirm when running the code local in my notebook. This made me a little bit confiused when reading the docs. if it is desired I can create a pull request with the correction. |
I think one of the more common issues we encounter is that some examples don't work out of the box. We may have introduced a lot of changes in the API from the previous versions and weren't able to update the docs properly.
Let's scope this one out, right now we have docs located in:
I know we did this exercise before, but it may be good to revisit it again just to be really sure that everything is working well.
Let me know what you think @whzup @stevenbw
The text was updated successfully, but these errors were encountered: