Skip to Content.
Sympa Menu

opal - Re: [Opal] MOGA optimizer gets stuck about half the time

opal AT lists.psi.ch

Subject: The OPAL Discussion Forum

List archive

Re: [Opal] MOGA optimizer gets stuck about half the time


Chronological Thread 
  • From: "Adelmann Andreas (PSI)" <andreas.adelmann AT psi.ch>
  • To: "Snuverink Jochem (PSI)" <jochem.snuverink AT psi.ch>
  • Cc: Finn O'Shea <finn.oshea AT nusano.com>, opal <opal AT lists.psi.ch>
  • Subject: Re: [Opal] MOGA optimizer gets stuck about half the time
  • Date: Fri, 19 Jun 2020 16:07:38 +0000
  • Accept-language: en-US, de-CH

one more thought: 

Second, I couldn't get visualize_pf.py to work.  The first bug I found is on line 384:
print("Show generation " + generation) 
that should read str(generation) otherwise a TypeError is raised.  Even after fixing that bug, there was at least one more.  I created my own viewer using Bokeh instead of running them down.

Thanks for reporting, I have opened a bug report that the script needs to be fixed.

There is a  opal.analysis.pareto_fronts module

In the pyOPALTools suite: http://amas.web.psi.ch/docs/pyOPALTools/

Maybe we should only use and reference this one: 

Install instruction are here: https://gitlab.psi.ch/OPAL/pyOPALTools/wikis/home

Cheers A 


Archive powered by MHonArc 2.6.19.

Top of Page