addcbmessage
addcbmessage(prob, cb, prio = 0)
prob
|
The problem pointer to which the callback is added.
|
cb
|
The callback function to add.
|
prio
|
The priority of the callback. If multiple callbacks are registered for the same event then they are invoked according to their priority ordering.
|
- a callback function may return either an integer or a list.
- if the C callback function has an integer return type then the value returned to the optimizer is the integer value returned or the list's "ret" element (if it exists).
- if the C callback function has output arguments then these arguments are taken from the list that is returned by the callback function.
- the R callback function will only receive the input arguments of the C callback
- cbprob
- The problem passed to the callback function.
- msg
- A null terminated character array (string) containing the message, which may simply be a new line. The total number of bytes (including NUL terminator) will not exceed MAXMESSAGELENGTH. If a message needs to be truncated to meet this limit, the last four bytes in msg are set to "...0".
- msgtype
-
Indicates the type of output message:
- 1
- information messages; A negative value indicates that the Optimizer is about to finish and the buffers should be flushed at this time if the output is being redirected to a file.
- 2
- (not used);
- 3
- warning messages;
- 4
- error messages.
© 2001-2024 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.