Skip to Content.
Sympa Menu

opal - Re: [Opal] Multi Objective Optimisation

opal AT lists.psi.ch

Subject: The OPAL Discussion Forum

List archive

Re: [Opal] Multi Objective Optimisation


Chronological Thread  
  • From: Adelmann Andreas <andreas.adelmann AT psi.ch>
  • To: Can Davut <can.davut AT manchester.ac.uk>
  • Cc: "opal AT lists.psi.ch" <opal AT lists.psi.ch>
  • Subject: Re: [Opal] Multi Objective Optimisation
  • Date: Thu, 26 Oct 2023 23:10:38 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 104.47.22.40) smtp.rcpttodomain=lists.psi.ch smtp.mailfrom=psi.ch; dmarc=pass (p=none sp=none pct=100) action=none header.from=psi.ch; dkim=none (message not signed); arc=none (0)
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=guCa7FZiv38YUluZ3hhSjb+XewWxzClDaQzTsjX+6e8=; b=YppQK0It3zDLH8SK3VmZ71poc+a2FIXDC+fmi5hYBwk4haCNtNTdwl0eG/dbCnci8jRyVhk415Gocovn+iLcFAqSFKjgj9EOwy+X+GoOCDMVwgAFzuivHEELFIf3E0T66aRHqL0x22I4hODLmj1FPbMo9/2YwCPPldSChYMrP4SLgR3mUNyMJsvlN9EUWS0youseDBGpVmyu4jUwXK/Ma7N4DvqE3z+j4BpofftyazhunAb04NQ6aaDNigjeQZadNrfJtCoYwLOv//I9w/vFS09xM4gwNjgA3ZLF3uY0eu9Pf/XXKAjVt6TGFMFp4G0xfjZ9XFZbK/XNGdrQYXagaQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=NkhOQBgs5oYpkgRQ3VLrrvbPZo502TWZFyv6kOFa9e2BgNMUmWFLna1vFZiQWN3a/gVV4LfYmvC2FaJHkG0sDVRQseJlKAYUXnJ0d34PIp4zxP3rKMZkNaGr1WBwOJqcLFnLi2zW8fotCKVr6KDdN0SS00Bu+pgUqWleQdahdD0QTQqh4/eot54nK80jTUajfKpHjXaP0TwMKUQXP3dy/1w4NsTv92OydN2XiC/VuzyjHfw98ucvNRTlKnpg8BcFRsX/470LIzzPVpzKe2NZh5/uGrLUXbA20p88201FwyCANDhy385bHNrfn2yGEbHWJoE/5A0xPTzhku0iKUH6tQ==
  • Authentication-results: mc2.ethz.ch; iprev=pass (mail-zr0che01on2046.outbound.protection.outlook.com) smtp.remote-ip=40.107.24.46; spf=pass smtp.mailfrom=psi.ch; dkim=pass header.d=psi.ch header.s=selector2 header.a=rsa-sha256; dmarc=pass header.from=psi.ch
  • Authentication-results-original: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=psi.ch;

Hi  Can 
you evaluate the objective at  1.0 m and track to 1.0 m. Now OPAL can stop 
at 0.999 m and then the objective is not evaluated. That is what I interpret from
the output. 

Put ZSTOP at 1.01 m  and the problem should be solved.

Also use powers of 2 for the mesh sizes i.e. 16,32,64. 

I suggest to do an quick run with the optimiser using 
10’000 particles 16x16x16 mesh and increase the timestep 
by one order of magnitude. The you need 2 cores per run and 
one run takes only 60 seconds on my laptop. 

Lets see if one generation runs on your side.


Cheers Andy 
------
Dr. sc. math. Andreas (Andy) Adelmann
Paul Scherrer Institut OHSA/D17 CH-5232 Villigen PSI
Phone Office: xx41 56 310 42 33 Fax: xx41 56 310 31 91
Zoom ID: 470-582-4086 Password: AdA
Zoom Link: https://ethz.zoom.us/j/4705824086?pwd=dFcvT1pMMGY0bHg0dTNncUNZZTJkZz09

-------------------------------------------------------
Friday: ETH HPK G 28   +41 44 633 3076
============================================
The more exotic, the more abstract the knowledge, 
the more profound will be its consequences.
Leon Lederman 
============================================

On 26 Oct 2023, at 23:53, Can Davut <can.davut AT manchester.ac.uk> wrote:

Hi Andy,

 

Thanks for your reply.

 

All right I totally misunderstood the usage of REPARTFREQ then.

 

Please find attached zip file including everything.

 

Best,

Can

 

From: Adelmann Andreas <andreas.adelmann AT psi.ch>
Sent: Thursday, October 26, 2023 10:16 PM
To: Can Davut <can.davut AT manchester.ac.uk>
Cc: opal AT lists.psi.ch
Subject: Re: [Opal] Multi Objective Optimisation

 

 

Hi Can 



On 25 Oct 2023, at 15:33, Can Davut <can.davut AT manchester.ac.uk> wrote:

 

Dear OPAL Users,

I would like to use the inbuilt multi-objective optimisation of OPAL but I
have encountered a couple of issues and kindly ask for your help.

- Although I define OPTION, REPARTFREQ = 14; to use 14 cores of my PC it
doesn't allow me to use more than 10 which is the default according to the
manual.

 

The REPARTFREQ has nothing to do with the number of cores. So I am confused 

what you are writing here!

 

 



- .tmpl and .in files are working if only I use INITIALPOPULATION=1 but
optimisation doesn't end once it is >1. .tmpl commands are given below.

 

Please send us a reproducer, otherwise it is not possible to track down the problem you

have. 

 

 

Thanks Andy


Attachment: reprod.zip
Description: reprod.zip




Archive powered by MHonArc 2.6.24.

Top of Page