close Warning: Can't synchronize with repository "(default)" (/var/svn/mms does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of Ticket #663


Ignore:
Timestamp:
Jun 3, 2011, 4:22:40 PM (14 years ago)
Author:
Pedro Gea
Comment:

Los parámetros se están eliminando de manera forzada para evitar problemas de abusos de memoria: objetos que no se decompilan al eliminar una estimación.

Quizá esta medida es un tanto innecesaria, pues son objetos de RandVar, y son independientes (del punto de vista de la implementación) del modelo y de la estimación. Mientras tanto, se puede hacer una copia de estos paramétros (variables aleatorias reales: RandVar::@Real.Random) haciendo una copia del conjunto y su contenido mediante DeepCopy:

Set a = DeepCopy(MMS::Container::GetEstimation(1)::GetParameters(?));

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #663

    • Property Priority changed from blocker to critical
    • Property Status changed from new to accepted
    • Property Component changed from General to Results
    • Property Milestone changed from to Release 0.6
  • Ticket #663 – Description

    initial v1  
    1 
    21Si tengo un objeto estimation y cogemos los parametros, para almacenarlos en otro conjunto
    32