collaborative

Cannot find method 'attach' for sharejs object

岁酱吖の 提交于 2019-12-13 16:13:29
问题 While following the tutorial link https://github.com/share/ShareJS/wiki/Tutorial%3A-The-Basics when i do the final $node index.js I get the following error. /home/devilz/Project/lib/index.js:20 ShareJS.attach(server, ShareJSOpts); ^ TypeError: Object #<Object> has no method 'attach' at Object.<anonymous> (/home/devilz/Project/lib/index.js:20:9) at Module._compile (module.js:456:26) at Object.Module._extensions..js (module.js:474:10) at Module.load (module.js:356:32) at Function.Module._load

OpenMDAO - CO (Collaborative Optimization) on Sellar test case

北战南征 提交于 2019-12-04 05:26:52
问题 An almost similar question was asked but subproblem class was implemented in OpenMDAO to tackle this issue but does not seem to work in my case I am trying to solve Sellar in CO architecture , starting from subproblem example on 1.7.3 version and sellar classes It runs but it doesn't converge. My guess is that it is coming from initial value of each optimization (always restarting from "cold" start) If anyone can help, i would be gratful ! here is the code (I guess I could have made it more

OpenMDAO - CO (Collaborative Optimization) on Sellar test case

微笑、不失礼 提交于 2019-12-02 07:27:04
An almost similar question was asked but subproblem class was implemented in OpenMDAO to tackle this issue but does not seem to work in my case I am trying to solve Sellar in CO architecture , starting from subproblem example on 1.7.3 version and sellar classes It runs but it doesn't converge. My guess is that it is coming from initial value of each optimization (always restarting from "cold" start) If anyone can help, i would be gratful ! here is the code (I guess I could have made it more compact using promotes of variables but I was a bit afraid to get lost for debug :-)) class CO1(Group):