You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where he passes a dictionary to the assembly that then adds objective, cons and params:
components{ 'driver': 'PyOpt':dict(method='ALHSO',
hms=10,
hmcr=0.8,
par=0.65,
etc...),
based on inputs written in the yaml input file we can allow users to set up optimisations. pierre has set this up in topfarm
https://github.com/DTUWindEnergy/TOPFARM/blob/master/examples/notebook/tutorial2_advanced.ipynb
https://github.com/DTUWindEnergy/TOPFARM/blob/master/src/topfarm/topfarm.py#L106
where he passes a dictionary to the assembly that then adds objective, cons and params:
components{ 'driver': 'PyOpt':dict(method='ALHSO',
hms=10,
hmcr=0.8,
par=0.65,
etc...),
use the
Assembly.replace
method on the existing assembly and then instrument it with objectives cons and params pretty much like Pierre does it.The text was updated successfully, but these errors were encountered: