[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[IMP-dev] Various small changes



Add operator[] to Vector3D as that is kind of customary in C++

Attachment: operatorbracket
Description: Binary data



Add a few methods to randomize particles in the XYZdecorator

Attachment: xyzrandomize
Description: Binary data



Use the inactive particle exception in particle.h

Attachment: inactive_exception
Description: Binary data



Make some clarifications in the documents about what show and other things should do. And remove the name from the Optimization state since it is never used. We may want to put the name into object so that everything has it, but the current system with a few random objects having it is kind of awkward.

Attachment: doc_changes
Description: Binary data

Attachment: remove_os_name
Description: Binary data


Add a singleton score function that applies a unary function to the value of a single attribute.

Attachment: attribute_score
Description: Binary data