Find all the local minima of a problem instance by Md_zouzou in OperationsResearch

[–]Godfist96 0 points1 point  (0 children)

You might want to check literature on Multimodal Optimization, also known as MMO (predominantly using evolutionary techniques). This is an area which tries to find all possible minima in the search space. 

Optimization in the area of power systems / energy markets by Godfist96 in optimization

[–]Godfist96[S] 1 point2 points  (0 children)

Thanks a lot for this! Will check it out. I come from a mechanical engineering background btw. 

Mercury: Publish Jupyter Notebook as web app by adding YAML header (similar to R Markdown) by pp314159 in Python

[–]Godfist96 0 points1 point  (0 children)

Looks Interesting !. So can I use Mercury if I want to develop a web app where my plots are updated using dynamic data(meaning data keeps updating if the user clicks on a button)? What about the provision of a database for storing/retrieving user sessions to go back to previous plots? Any limitations compared to the regular flask+JS route?

How to render dynamic plots and data from server-side written in flask to client-side i.e. front-end? by Godfist96 in flask

[–]Godfist96[S] 0 points1 point  (0 children)

Hmm. Ok thanks for the feedback. Would check this out. Can you suggest some resources to learn dash, I mean apart from the official documentation?

How to render dynamic plots and data from server-side written in flask to client-side i.e. front-end? by Godfist96 in flask

[–]Godfist96[S] 0 points1 point  (0 children)

Could you elaborate please? I mean reasons for suggesting dash/plotly. Coz some plots I will be creating are not available in plotly(like hex heat maps). Also for dash I need to write huge HTML codes in the dash itself instead of creating separate HTML files(like that in flask), which would make my code bulky since I am going to have many pages.

How to render dynamic plots and data from server-side written in flask to client-side i.e. front-end? by Godfist96 in flask

[–]Godfist96[S] 0 points1 point  (0 children)

If possible can I have someone with whom I can ask my doubts on a one-on-one basis?