Administration

Posted on
No user picture. AdminRoss Joined: 03/07/2011

Developer's Meeting Notes 7/27/12

At the Developers Meeting on 7/27/12 we discussed the following:

  • The issues with 'make test' discovered by Mike Hunter in last week's meeting have been resolved. The signatures for the MxMLObjective and MxAlgebraObjective did not contain a 'labelsData' argument in their genericObjFunConvert methods.
  • Michael Spiegel has been implementing dependency tracking of free parameters. The first goal is to get the dependency tracking working for single-threaded models first and then for multi-threaded cases.
Posted on
Picture of user. jpritikin Joined: 05/23/2012

read-only GIT mirror now available

There is now a GIT mirror of the subversion trunk at:

https://gitorious.org/openmx/openmx

I will set up a cron job to keep this synchronized (in one direction) with the subversion repo.

Nobody has an obligation to use GIT, this is just a step towards making the source code more accessible for GIT enthusiasts.

Posted on
No user picture. AdminRoss Joined: 03/07/2011

Developer's Meeting Notes 7/20/12

At the Developers Meeting on 7/20/12 we discussed the following:

  • Mike Hunter made some minor modifications to LISREL adding a passing test case for FIML with LISREL that has FIML rearrange the observed data columns instead of forcing the user to do so.
Posted on
No user picture. AdminRoss Joined: 03/07/2011

Developer's Meeting Notes 7/13/12

At the Developers Meeting on 7/13/12 we discussed the following:

  • The plan to implement Multilevel modeling in OpenMx. The group will be meeting in person at MPI starting on 8/13 with additional development team members chiming in via Visimeet. Prior to the 8/13 development at least two tasks need to be completed:
    1. 1. The front end change to OpenMx that will split mx*Objective into mxFit and mxExpectation. Tim is working on sending Michael Spiegel a detailed specification for these changes.
Posted on
Picture of user. rgore Joined: 01/27/2011

Developer's Meeting Notes 6/29/12

At the Developers Meeting on 6/29/12 we discussed the following:

  • Tim has the smart hessians working correctly in the OpenMx trunk. Equality constraints remain an open question but are not a common case, so most functionality should be available to users.
Posted on
Picture of user. rgore Joined: 01/27/2011

Developer's Meeting Notes 6/15/12

At the Developers Meeting on 6/15/12 we discussed the following:

Posted on
Picture of user. mspiegel Joined: 07/31/2009

Developers Meeting Notes 6/1/12

This week we discussed the following topics:

1. Tim Brick is implementing analytical gradient calculations in the backend. To prepare for this new feature, we discussed how to revise the mxOptions() to specify which type of gradient calculation is performed.

Key Possible Values
Calculate Hessian "Yes", "No"
Hessian Type "Blended", "Analytic", "Numeric", "Both"
Posted on
Picture of user. rgore Joined: 01/27/2011

Developers Meeting Notes 5/25/12

At the Developers Meeting on 5/25/12 we discussed the following:

  • The group discussed the release of OpenMx 1.2.4. This binary release addresses many memory leaks that existed in previous releases of OpenMx. The remaining memory leaks seem to exist in mxAlgebra. The group discussed attempting to identify these leaks in the future using the
Posted on
Picture of user. rgore Joined: 01/27/2011

Developers Meeting Notes 5/18/12

At the Developers Meeting on 5/18/12 we discussed the following:

  • Michael Spiegel has found and patched several memory leaks in the latest release of OpenMx. A new release of OpenMx with fixes for these will be released shortly. The group also discussed automating Valgrind checks for memory leaks into the test process.
Posted on
Picture of user. rgore Joined: 01/27/2011

Developers Meeting Notes 5/4/12

At the Developers' Meeting on 5/4/12 we discussed the following:

  • The group discussed the trajectory of the approach they would like to take to add multilevel modeling capabilities to OpenMx. The group will start with adding hierarchical multilevel modeling capabilities before they any cross classified multilevel modeling capabilities.
  • The group discussed progress of the weighted least squares (WLS) implementation for OpenMx. Tim has implemented arbitrary WLS functionality for OpenMx.