ࡱ> 5; < = > ? @ A B C D E F c7 ubjbjUU ~7|7|,pcl +++8+4+],.-.-.-..>M?<? \\\\\\\$^ `\?;>??\F .-..} \FFF?h .-..\F?\FXFMU|EV.., 𾡈%+E!VEV<\0]3VaFaEVF Optimizing Intelligent Agents Constraint Satisfaction with Neural Networks Arpad Kelemen, Yulan Liang, Robert Kozma, Stan Franklin Department of Mathematical Sciences The University of Memphis Memphis TN 38152  HYPERLINK mailto:kelemena@msci.memphis.edu kelemena@msci.memphis.edu Abstract. Finding suitable jobs for US Navy sailors from time to time is an important and ever-changing process. An Intelligent Distribution Agent and particularly its constraint satisfaction module take up the challenge to automate the process. The constraint satisfaction modules main task is to assign sailors to new jobs in order to maximize Navy and sailor happiness. We present various neural network techniques combined with several statistical criteria to optimize the modules performance and to make decisions in general. The data was taken from Navy databases and from surveys of Navy experts. Such indeterminate subjective component makes the optimization of the constraint satisfaction a very sophisticated task. Single-Layer Perceptron with logistic regression, Multilayer Perceptron with different structures and algorithms and Support Vector Machine with Adatron algorithms are presented for achieving best performance. Multilayer Perceptron neural network and Support Vector Machine with Adatron algorithms produced highly accurate classification and encouraging prediction. 1 Introduction IDA, an Intelligent Distribution Agent [4], is a conscious [1], [2] software agent being designed and implemented for the U.S. Navy by the Conscious Software Research Group at the University of Memphis. IDA is intended to play the role of Navy employees, called detailers, who assign sailors to new jobs from time to time. To do so IDA is equipped with ten large modules, each of which is responsible for one main task of the agent. One of them, the constraint satisfaction module, is responsible for satisfying constraints in order to satisfy Navy policies, command requirements, and sailor preferences. To better model humans IDAs constraint satisfaction is done through a behavior network [6] and consciousness, and employs a standard linear functional approach to assign fitness values for each candidate job for each candidate sailor one at a time. There is a function and a coefficient for each of the soft-constraint, which are constraints that can be violated, and the job may still be valid. Each of these functions measures how well the given constraint is satisfied for the given sailor and the given job. Each of the coefficients measures how important is the given constraint in relative to the others. There are hard constraints too which can not be violated and they are implemented as Boolean multipliers for the whole functional. A violation of a hard constraint yields 0 value for the functional. The functional yields a value on [0,1] where higher values mean higher degree of match between the given sailor and the given job at the given time. Tuning the coefficients and the functions to improve the performance is a continuously changing, though critical task. Using neural networks and statistical methods to enhance decisions made by IDAs constraint satisfaction module and to make better decisions in general are the aim of this paper. Using data from time to time coming from human detailers, a neural network may learn to make human-like decisions for job assignments. On the other hand human detailers, though have some preferences in judging jobs for sailors, cant give specific functions and numeric coefficients to be applied in a constraint satisfaction model. Different detailers may have different views on the importance of constraints, which view may largely depend on the sailor community they handle and may change from time to time as the environment changes. However, setting up the coefficients in IDA such a way that decisions reflect those made by humans is important. A neural network may give us more insight in what preferences are important to a detailer and how much. Moreover inevitable changes in the environment will result changes in the detailers decisions, which could be learned with a neural network with some delay. In this paper, we present several approaches in order to achieve optimal decisions. Feed-Forward Neural Network (FFNN) without and with one hidden layer for training a logistic regression model were applied for searching for optimal coefficients. For better generalization performance and model fitness we present the Support Vector Machine (SVM) method. Sensitivity analysis through choosing different network structures and algorithms were used to assess the stability of the given approaches. In Section 2 we describe how the data was attained and formulated into the input of the neural networks. In Section 3 we discuss FFNNs with Logistic Regression Model and the performance function and criteria of Neural Network Selection for best performance including learning algorithm selection. After this we turn our interest to Support Vector Machine to see if better performance can be achieved with it. Section 4 presents some comparison study and numerical results of all the presented approaches along with the sensitivity analysis. 2 Preparing the Input for the Neural Networks The data was extracted from the Navys Assignment Policy Management Systems job and sailor databases. For the study one particular community, the Aviation Support Equipment Technicians community was chosen. Note that this is the community on which the current IDA prototype is being built. The databases contained 467 sailors and 167 possible jobs for the given community. From the more than 100 attributes in each database only those were selected which are important from the viewpoint of the constraint satisfaction: 18 attributes from the sailor database and 6 from the job database. The following four hard constraints were applied to these attributes complying with Navy policies: Table  SEQ Table \n 1. The four hard constraints applied to the data set  Function Policy namePolicy  c1 Sea Shore Rotation If a sailor's previous job was on shore then he is only eligible for jobs at sea and vice versa c2Dependents MatchIf a sailor has more than 3 dependents then he is not eligible for overseas jobs c3Navy Enlisted Classification (NEC) Match The sailor must have an NEC [trained skill] what is required by the job c4Paygrade Match (hard)The sailors paygrade can't be off by more than one from the job's required paygrade Note that the above definitions are simplified. Long, more accurate definitions were applied on the data. 1277 matches passed the above four hard constraints, which were inserted into a new database. Four soft constraints were applied to the above matches, which were implemented with functions. The function values after some preprocessing served as inputs to the neural networks and were computed through knowledge given by Navy detailers. Each of the functions range is [0,1]. The functions were the following: Table  SEQ Table \n 2. The four soft constraints applied to the data set Function Policy namePolicy  f1 Job Priority Match The higher the job priority, the more important to fill the job f2Sailor Location Preference MatchIt is better to send a sailor to a place he wants to go f3Paygrade Match (soft)The sailors paygrade should exactly match the jobs required paygrade f4Geographic Location MatchCertain moves are more preferable than others Again, the above definitions are simplified. All the fi functions are monotone but not necessarily linear. Note that monotony can be achieved in cases when we assign values to set elements (such as location codes) by ordering. Every sailor along with all his possible jobs satisfying the hard constraints were assigned to a unique group. The numbers of jobs in each group were normalized into [0,1] and were also included in the input to the neural network, which will be called f5 in this paper. This is important because the output (decisions given by detailers) were highly correlated: there was typically one job offered to each sailor. Output data (decision) was acquired from an actual detailer in the form of Boolean answers for each match (1 for jobs to be offered, 0 for the rest). Therefore we mainly consider supervised learning methods. 3 Design of Neural Network 3.1 FFNN with Logistic Regression One issue we are interested in is to see the relative importance of f1-f4 and the estimation of the conditional probability for the occurrence of the job to be offered. This can be done through a logistic model. In a logistic regression model the predicted class label, decision is generated according to  Where g is a logistic function, a is the activation, w is a column vector of weights, and f is a column vector of inputs f1-f5. The weights in a logistic regression model (3.1.1) can be adapted using FFNN topology [26]. In the simplest case it is only one input layer and one output logistic layer. This is equivalent to the generalized linear regression model with logistic function. The initial estimated weights were chosen from [0,1], so the linear combination of weights with inputs f1-f4 will fall into [0,1]. It is a monotone function of conditional probability, as shown in (3.1.1) and (3.1.2), so the conditional probability of job to be offered can be monitored through the changing of the combination of weights. The classification of decision can be achieved through the best threshold with the largest estimated conditional probability from group data. The class prediction of an observation x from group y was determined by  The setup of the best threshold employed Receiver Operating Characteristic (ROC), which provides the percentage of detections classified correctly and the percentage of non-detections incorrectly classified giving different threshold as presented in [27]. The range of the threshold in our case was [0,1]. To improve the generalization performance and achieve the best classification, the FFNN with one hidden layer and one output layer was employed. Network architectures with different degrees of complexity can be obtained through choosing different types of sigmoid functions, number of hidden nodes and partition of data which provides different size of examples for training, cross-validation and testing sets. 3.2 Performance Function, Neural Network Selection and Criteria The performance function commonly used in neural networks [11], [12], [13] is a loss function plus a penalty term: We propose an alternative function, which includes a penalty term as follows:  Where SSE is the Sum Square Error, ( is penalty factor, n is the number of parameters in the network decided by the number of hidden nodes and N is the size of the input examples set. Through structural learning with minimizing the cost function (3.2.2), we would like to find the best size of samples included in the network and also the best number of hidden nodes. In our study the value of ( in (3.2.2) ranged from 0.01 to 1.0. Normally the size of input samples should be chosen as large as possible in order to keep the residual as small as possible. Due to the cost of a large size of input examples, it may not be chosen as large as desired. In the other hand if the sample size is fixed then the penalty factor combined with the number of hidden nodes should be adjusted to minimize (3.2.2). For better generalization performance we need to consider the size of testing and cross-validation sets. We designed a two-factorial array to find the best partition of data into training, cross-validation and testing sets with the number of hidden nodes given the value of (. Several criteria were applied in order to find the best FFNN: Mean Square Error (MSE) defined as the Sum Square Error divided by the degree of freedom The Correlation Coefficient (r) of the model shows the agreement between the input and the output The Akaike Information Criterion (AIC) defined as Minimum Description Length (MDL) defined as  Where Lml is the maximum likelihood of the model parameters and Ka is the number of adjustable parameters. N is the size of the input examples set. More epochs generally provide higher correlation coefficient and smaller MSE for training. To avoid overfitting and to improve generalization performance training was stopped when the MSE of the cross-validation set started to increase significantly. Sensitivity analysis were performed through multiple test runs from random starting points to decrease the chance of getting trapped in a local minimum and to find stable results. Note that the difference between AIC and MDL is that MDL includes the size of the input examples which can guide us to choose appropriate partition of the data into training, cross-validation and testing sets. The choice of the best network structure is finally based on the maximization of predictive capability, which is defined as the correct classification rate and the lowest cost given in (3.2.2). 3.3 Learning Algorithms for FFNN Back propagation with momentum, conjugate gradient, quickprop and delta-delta learning algorithms were applied for comparison study [10], [11]. The Back-propagation with momentum algorithm has the major advantage of speed and is less susceptible to trapping in local minima. Back-propagation adjusts the weights in the steepest descent direction in which the performance function is decreasing most rapidly but it does not necessarily produce the fastest convergence. The search of the conjugate gradient is performed along conjugate directions, which produces generally faster convergence than steepest descent directions. The Quickprop algorithm uses information about the second order derivative of the performance surface to accelerate the search. Delta-delta is an adaptive step-size procedure for searching a performance surface. The performance of best MLP with one hidden layer network obtained from above was compared with popular classification method Support Vector Machine (SVM) and Single-Layer Perceptron (SLP). 3.4. Support Vector Machine Support Vector Machine is a method for finding a hyperplane in a high dimensional space that separates training samples of each class while maximizes the minimum distance between the hyperplane and any training samples [20], [21], [22]. SVM approach can apply any kind of network architecture and optimization function. We employed Radial Basis Function (RBF) network and Adatron algorithms. The advantage of RBF is that it can place each data sample with Gaussian distribution so as to transform the complex decision surface into a simpler surface and then use linear discriminant functions. The learning algorithm employed Adatron algorithm [23], [24], [25]. Adatron algorithm substitutes the inner product of patterns in the input space by the kernel function of the RBF network. The performance function used as presented in [27]:  Where (i is multiplier, wi is weight, G is Gaussian distribution and b is bias. We chose a common starting multiplier (0.15), learning rate (0.70), and a small threshold (0.01). While M is greater than the threshold, we choose a pattern xi to perform the update. After update only some of the weights are different from zero (called the support vectors), they correspond to the samples that are closest to the boundary between classes. Adatron algorithm uses only those inputs for training that are near the decision surface since they provide the most information about the classification, so it provides good generalization and generally yields no overfitting problems, so we do not need the cross-validation set to stop training early. The Adatron algorithm in [27] can prune the RBF network so that its output for testing is given by  so it can adapt an RBF to have an optimal margin [25]. Various versions of RBF networks (spread, error rate, etc.) were also applied but the results were far less encouraging for generalization than with SVMs with the above method [10], [11]. 4 Data Analysis and Results FFNN with back-propagation with momentum without hidden layer gives the weight estimation for the four coefficients: Job Priority Match, Sailor Location Preference Match, Paygrade Match, Geographic Location Match as follows: 0.316, 0.064, 0.358, 0.262 respectively. Simultaneously we got the conditional probability for decisions of each observation from (3.1.1). We chose the largest estimated logistic probability from each group as predicted value for decisions equal to 1 (job to be offered) if it was over threshold. The threshold was chosen to maximize performance and its value was 0.65. The corresponding correct classification rate was 91.22% for the testing set. Multilayer Perceptron (MLP) with one hidden layer was tested using tansig and logsig activation functions for hidden and output layers respectively. Other activation functions were also used but their performance was worse. Four different learning algorithms were applied for comparison studies. For reliable results and to better approximate the generalization performance for prediction each experiment was repeated 10 times with 10 different initial weights. The reported values are averaged over the 10 independent runs. Training was confined to 5000 epochs, but in most cases there were no significant improvement in the MSE after 1000 epochs. The best FFNNs were chosen by modifying the number of hidden nodes ranging from 2 to 20, while the training set size was setup as 50%, 60%, 70%, 80% and 90% of the sample set. The cross-validation and testing sets each took the half of the rest. We used 0.1 for the penalty factor (, which has better generalization performance then other values for our data set. Using MDL criteria we can find out the best match of percentage of training with the number of hidden nodes in a factorial array. Table 3 reports MDL/AIC values for given number of hidden nodes and given testing set sizes. As shown in the table for 2, 5 and 7 nodes 5% for testing, 5% for cross validation, and 90% for training provides the lowest MDL. For 9 nodes the lowest MDL was found for 10% testing, 10% cross validation, and 80% training set sizes. For 10-11 nodes the best MDL was reported for 20%-20% cross-validation and testing and 60% training set sizes. For 12-20 nodes the best size for testing set was 25%. There appears to be a trend that by increasing the number of hidden nodes the size of the training set should be increased to lower the MDL and the AIC. Table 4 provides the correlation coefficients between inputs and outputs for best splitting the data with given number of hidden nodes. 1220 hidden nodes with 50% training set provides higher values of the Correlation Coefficient than other cases. Fig. 1 gives the correct classification rates given different numbers of hidden nodes assuming the best splitting of data. The results were consistent with Tables 3 and 4. The best MLP network we chose was 15 nodes in the hidden layer and 25% testing set size. The best MLP with one hidden layer, SLP and the SVM were compared. Fig. 2 shows how the size of the testing set affects the correct classification rate for three different methods (MLP, SLP, SVM). The best MLP with one hidden layer gives highly accurate classification. The SVM performed a little better, which is not surprising because of its properties. Early stopping techniques were employed to avoid overfitting and better generalization performance. Fig. 3 shows the MSE of the training and the cross-validation data with the best MLP with 15 hidden nodes and 50% training set size. The MSE of the cross validation data started to significantly increase after 700 epochs, therefore we use 700 for future models. Fig. 4 shows performance comparison of back-propagation with momentum, conjugate gradient descent, quickprop, and delta-bar-delta learning algorithms for MLP with different number of hidden nodes and best cutting of the sample set. As it can be seen their performance were relatively close for our data set, and delta-delta performed the best. MLP with momentum also performed well around 15 hidden nodes. MLP with 15 hidden nodes and 25% testing set size gave approximately 6% error rate, which is a very good generalization performance for predicting jobs to be offered for sailors. Some noise is naturally present when humans make decisions in a limited time frame. An estimated 15% difference would occur in the decisions even if the same data would be presented to the same detailer at a different time. Different detailers are also likely to make different decisions even under the same circumstances. Moreover environmental changes would also further bias decisions. Conclusion A large number of neural network and statistics criteria were applied to either improve the performance of the current way IDA handles constraint satisfaction or to come up with alternatives. IDAs constraint satisfaction module, neural networks and traditional statistics methods are complementary with one another. MLP with one hidden layer with 15 hidden nodes and 25% as testing set using back-propagation with momentum and delta-delta learning algorithms provided good generalization performance for our data set. SVM with RBF network architecture and Adatron algorithm gave even more encouraging prediction performance for decision classification. Coefficients for the existing IDA constraint satisfaction module were also obtained via SLP with logistic regression. However, it is important to keep in mind that periodic update of the coefficients as well as new neural network trainings using networks and algorithms we presented are necessary to comply with changing Navy policies and other environmental challenges. Acknowledgement This work is supported in part by ONR grant (no. N00014-98-1-0332). The authors thank the Conscious Software Research group for its contribution to this paper. References 1. Baars, B. J.: A Cognitive Theory of Consciousness, Cambridge University Press, Cambridge, 1988. 2. Baars, B. J.: In the Theater of Consciousness, Oxford University Press, Oxford, 1997. 3. Franklin, S.: Artificial Minds, Cambridge, Mass.: MIT Press, 1995. 4. Franklin, S., Kelemen, A., McCauley, L.: IDA: A cognitive agent architecture, In the proceedings of IEEE International Conference on Systems, Man, and Cybernetics 98, IEEE Press, pp. 2646, 1998. 5. Kondadadi, R., Dasgupta, D., Franklin, S.: An Evolutionary Approach For Job Assignment, Proceedings of International Conference on Intelligent Systems-2000, Louisville, Kentucky, 2000. 6. Maes, P.: How to Do the Right Thing, Connection Science, 1:3, 1990. 7. Liang T. T., Thompson, T. J.: Applications and Implementation A large-scale personnel assignment model for the Navy, The Journal For The Decisions Sciences Institute, Volume 18, No. 2 Spring, 1987. 8. Liang, T. T., Buclatin, B.B.: Improving the utilization of training resources through optimal personnel assignment in the U.S. Navy, European Journal of Operational Research 33, pp. 183-190, North-Holland, 1988. 9. Gale D., Shapley, L. S.: College Admissions and stability of marriage, The American Mathematical monthly, Vol 60, No 1, pp. 9-15, 1962. 10. Bishop, C. M.: Neural Networks for Pattern Recognition. Oxford University Press, 1995. 11. Haykin, S.: Neural Networks, Prentice Hall Upper Saddle River, New Jersey, 1999. 12. Girosi, F., Jones, M., Poggio, T.: Regularization theory and neural networks architectures, Neural Computation, 7:219--269, 1995. 13. Biganzoli, E., Boracchi, P., Mariani, L., Marubini, E.: Feed Forward Neural Networks for the Analysis of Censored Survival Data: A Partial Logistic Regression Approach, Statistics in Medicine 17, pp. 1169-1186, 1998. 14. Akaike, H.: A new look at the statistical model identification, IEEE Trans. Automatic Control, Vol. 19, No. 6, pp. 716-723, 1974. 15. Rissanen, J.: Modeling by shortest data description. Automat., Vol. 14, pp. 465-471, 1978. 16. Ripley, B.D.: Statistical aspects of neural networks, in Barndorff-Nielsen, O. E., Jensen, J. L. and Kendall, W. S. (eds), Networks and Chaos Statistical and Probabilistic Aspects, Chapman & Hall, London, pp. 40-123, 1993. 17. Ripley, B. D.: Statistical ideas for selecting network architectures, in Kappen, B. and Gielen, S. (eds), Neural Networks: Artificial Intelligence and Industrial Applications, Springer, London, pp. 183-190, 1995. 18. Stone, M.: Cross-validatory choice and assessment of statistical predictions (with discussion), Journal of the Royal Statistical Society, Series B, 36, pp. 111-147, 1974. 19. Vapnik, V. N.: Statistical Learning Theory, Springer, 1998. 20. Cortes C., Vapnik, V.: Support vector machines, Machine Learning, 20, pp. 273-297, 1995. 21. Cristianini, N., Shawe-Taylor, J.: An Introduction to Support Vector Machines (and other kernel-based learning methods), Cambridge University Press, 2000. 22. Brown, M. P. S., Grundy, W. N., Lin, D., Cristianini, N., Sugnet, C., Ares, M., Haussler, D.: Support Vector Machine Classification of Microarray Gene Expression Data, University of California Technical Report USCC-CRL-99-09, 1999. 23. Friess, T. T., Cristianini N., Campbell, C.: The kernel adatron algorithm: a fast and simple learning procedure for support vector machine, In Proc. 15th International Conference on Machine Learning, Morgan Kaufman Publishers, 1998. 24. Anlauf, J. K., Biehl, M.: The Adatron: an adaptive perceptron algorithm, Europhysics Letters, 10(7), pp. 687--692, 1989. 25. Boser, B., Guyon, I., Vapnik, V.: A Training Algorithm for Optimal Margin Classifiers, In Proceedings of the Fifth Workshop on Computational Learning Theory, pp. 144-152, 1992. 26. Schumacher, M., Rossner, R., Vach, W.: Neural networks and logistic regression: Part I, Computational Statistics and Data Analysis, 21, pp. 661-682, 1996. Principe, J., Lefebvre, C., Lynn, G., Fancourt C., Wooten D.: Neurosolutions Users Manual, Release 4.10, Gainesville, FL: NeuroDimension, Inc., 2001 Matlab User Manual, Release 6.0, Natick, MA: MathWorks, Inc., 2000 Table  SEQ Table \n 3. Factorial array for guiding the best model selection with correlated group data: values of MDL/AIC up to 1000 epochs  # hidden nodes Size of testing setH5%10%15%20%25%2-57.2/-58.3-89.9/-96.3-172.3/181.7-159.6/-171.1-245.3/-258.55-12.7/-15.3-59.5/-74.7-116.4/-138.9-96.5/-124.3-188.0/-219.7713.9/10.3-48.9/-27.8-93.5/-62.2-62.3/-100.9-161.0/-116.9946.0/41.57.4/-21.6-22.1/-62.2-15.1/-64.4-91.7/-148.11053.7/48.6-15.1/-64.463.4/19.010.3/-41.9-64.9/-127.61170.1/64.541.1/8.3152.4/103.629.2/-30.8-52.4/-121.21285.6/79.560.5/24.639.9/-13.244.5/-21.0-27.7/-102.71399.7/93.173.4/34.566.0/8.480.8/9.9-14.2/-95.414120.4/113.390.8/49.086.6/24.6101.4/25.120.8/-67.615131.5/123.9107.0/62.795.6/29.2113.9/32.238.5/-58.417166.6/158.0138.0/87.4182.4/107.2149.4/56.962.2/-26.619191.2/181.7181.5/124.9166.1/109.5185.8/82.6124.0/5.720201.2/191.1186.6/127.1231.3/143.0193.2/84.5137.2/12.8 Table  SEQ Table \n 4. Correlation Coefficients of inputs with outputs for given number of hidden nodes and the corresponding (best) cutting percentages Number of Hidden NodesCorrelation Coefficient (Percentage of training) 20.7017 (90%)50.7016 (90%)70.7126 (90%)90.7399 (80%)100.7973 (60%)110.8010 (60%)120.8093 (50%)130.8088 (50%)140.8107 (50%)150.8133 (50%)170.8148 (50%)190.8150 (50%)200.8148 (50%) Fig.  SEQ Fig. \n 1. The dotted line shows the correct classification rates for MLP with one hidden layer with different number of hidden nodes. The solid line shows results of SLP projected out for comparison. Both lines assume the best splitting of data for each node as reported in Table 4  Fig.  SEQ Fig. \n 2. Different sample set sizes give different correct classification rates. Dotted line: MLP with one hidden layer and 15 hidden nodes. Dash-2dotted line: SLP. Solid line: SVM Fig. 3. Typical MSE of training (dotted line) and cross-validation (solid line) with the best MLP with one hidden layer (H=15, training set size=50%)  Fig. 4. Correct classification rates with different number of hidden nodes using 50% training set size for four different algorithms. Dotted line: Back-propagation with Momentum. Dash-dotted line: Conjugate Gradient Descent. Dash-2dotted line: Quickprop. Solid line: Delta-Delta algorithm  EMBED Equation.3   EMBED Equation.3   EMBED Equation.3   EMBED Equation.3   EMBED Equation.3   EMBED Equation.3   EMBED Equation.3   EMBED Equation.3   EMBED Equation.3   EMBED Equation.3   EMBED MSPhotoEd.3   EMBED MSPhotoEd.3   EMBED MSPhotoEd.3   EMBED MSPhotoEd.3  &^destuvwIJ'(    m n /!0!z!{!!!b#c#W%X%Z%[%G&I&&&&&:(;(=(?())------ mHnHuEHH*jUmHnHu5mHnHu j5U50J*jU jUNLi x h[{^$If $If``,t-tuFGHK\ $$If`a$ $$Ifa$ $If`$IfU$$IflF x    4 la$%&)?bcU$$IflF x    4 la$If $If` $$If`a$       ) * j k l o p|U$$IflF\       4 la$If $If``o ,!-!.!1!K!y!z!}!~!c"d"0U$$IflF\       4 la$If $If`d"$$$%%G&J&&&)*3+,-----.2Q22 3?3@3A3B3 h^h` & F--b/c/22 3 3>3?3A3B3m3n3o3p3x3z33344>>>>>>>>>??+B,BCC(GpGGGIIJLQ*R ffljwjjjjjjjjjjk kkkkkkk5h mHnHujCJUmHnHuCJhCJ5CJmHnHuj5CJU5CJ CJOJQJ B*ph<H*hjUmHnHu jlCB3n3p3q3445N7o7::w;;>>0?1?+B-B.B"C>CCEcSUUY` & FYYcZnZZ*[p[7\\:]^^g__``{ab`bEcdd eje ffg`hiiiKjjk!k"kukvkxk{kkkkkX$If1$$Ifl4l4 la $If` & F kkkkkkkkkkkkp jjjjjjp``` $If`$If$$IflֈhT@ FFF4 la kkkkkkkkl lllff$$IflֈhT@ FFF4 la $If` kkl'lhlqllllmu?uAuBuVuWuXuYu[u\upuqurusuuuvuuxs jlU"j? OJQJUVmHnHu jDU"j? OJQJUVmHnHu jUj? UVmHnHu jEHUj&%? OJQJUV jEHU"j? OJQJUVmHnHu jEHUj%? OJQJUV jU jEHU)uuuuu jU jNUjU+? UVmHnHu. 00&P . A! " # $ %M m`!wH࣮k7WܺoD@@-|xcdd``^ @b1##X`=F !#T57LY! KA?H ߁jx|K2B* R. `W01d++&104\ F\ ʀk`![׃QwKZ0_F9?TnίB3>*#D #8> LHO_.\`?!P H&%5983?j 8W?ejApAK L@(\˿gxAJmNT~#M\T NjP;=tĤ\Y\ q+Ut`!Z <"Ѭ߮z k," @.|uxKP.iQGp,TgQpqvAEcK[B. 88g8Vgw( Gs7B@OX؋ #DA @F8*#Bn]VȞL<Y,O»֙x)uW+.TAO)Q J[7c{9G'd^'ig^Լ,9c.hE׷1YͧCn0?9ns:rS5a蓼 {z9k4̾[+T<0*ev_edy$^{;C%M#dS͗)gPÂG9H4]ku j4d&3l`!Xp?a b3@>*hbxJP9M ACqE, o0**4BP|g̾ }wwA4sz{i`BA$@|%Փ!C2DZБ2VgiQ ZO-@b6xGg&v6=$;vZ3S<5-'V]"YielFdap&w oxք(gfñ5ٖ_c+m7/ ~ ,}{In"g?,½ {:QP h*;Θb,=t igI$ZsViS'Dlen2jih mPNG  IHDR&BHgAMAPLTEq qq |oAqXqH1GoGmGPgGoD ?}dz[}=[[``N~ E:~(o@\@@o(oov H(I(o4#wf~`o;6 cHGB~go&]B~omGB~~[<7'O[~dz[~G[=cH  dz[=[[g4#X@[Lo@\@@oLoov H(ILoo MPMNP MMMP@oAMXMAAMPCMPHNMPMPYoCMPt pHYs.> IDATx흉7Jl mFU1Nmf 8a0`0  Ap 8a0`S>Ogeq,3,U yQzv wﳿ?I)kY_FQ Ok."} M -|s _ratVc!%wq*p)3?Yׂ{C {V2g\'tn-+avR K=)ӛg?TbQZ7JyaVbRo,4s#̕ x-"E#Hb)UNL)Wܯ+F)UZEI LX,;?cBp7?'uϟrBb9\C"H$w6Ki~&zxK$I!_rηnK oB[ t[zaDHI=ꯪMBc< e,&6DXtB$j.4`Л-'-^?puE:a,EN\qzň*r&"5_TM "5*UoB„PorB[࿕~uqfť[Lk))9=*K+\}SXI%VLl\/~q&MRjh{_HDUvޤ0o- .O*r~sha\kX~ ~}܂JM7Ibnbb2„sA%sѪrE/J^'jM.fbMK>0T[BA|yg2іabA   NJVFcQ@5 9*vT *lPTQㅓA"bs_Ruj/%ܦ |eq- ykJ uj](MT:.U^d1#JL]b¤Ur RlO.q儽L5gP*ׂfuU&'h"U YRp_uF8\NaRq =1n<]::nvWܼy5P /b~gJ5t?H_Xo ]i CQdK'-BfWm,U"1/J^'wwv݄^/W_J dk&ms͐&/IPpoO{Tc.W^du* T3W)N&bK$zE(Na[$k&&4Ex'8r1?~b:AZrz^~ARR m;>,KC;5>o mIUOj="$.Zqs+-}^tÄmP& 2sָ"h<:~Z2+EN*o܅y) z [XH?CH*M傚ȝ"78WOV)s"mW%WL_fBGYxi%$&8+g4`\87~u%9F:`JϓP)`FjEu =*i100  Ap 8a0`0  Ap 8a0`0  Ap 8a0`0  Ap 8a0`0  Ap 8a0`0  Ap 8a0`0  Ap 8a0o0+`0L/6Ln?$W<7gw|H@so9D?4w}O-8[\3!:yls8D9(c$8`+X=zr£+wai.xv"Y9̳r!8gCp0!`CL+waAp0ʑ`#<#'ֿpŏsO*: ] .=홂oá$+ 8gOw@p0O`"e`M4Fof@p0/r`*g^>q53Ǐ,ʈ'WAp0O綂#8?z_J o>:U YtAl畯dΎ?X^p醙H-$P^'|\Z_B\LXM(\4*~/x?Cs_ ~jijT|J~~yu.?" |se't:\.MxsD*GpG*ߝG?T%2L yAt=ܱgRTJw V%!H:r 9n!*'؃C?: ~N*nD*3wU1 H'$!@e1$;q~H$ίxb"}bk}/gKetƉstm6X!Uu 5CsZXzc0AUsph/x+ *:t}p_ >Б~Co%{S7̄]7{? 只%2V%PC <+yV1bY9 r7V9Y9r̳r 8gAp0ʑ`#<#YeAp0Oq~' Dsܴ5rE\6[47m"ur ͟ZpS +7[MBX5l:2N}%WL2=C,>}qfW[H2/ }s&祋Е1~SqnN4\=84g̃.^eEݩeGy`y0C(t9 T8|mZf ~L$2>/x_^E>ϻ;opIy^u"AU Uw| >϶e͂w7w"ȑCthNc wl,xY"bہ3}~ysŪ*sܝt>-+yV1bY9 r7$ì9OLb#%DY9r|!w}Aex ʑૐ%W_7zW}AN׷yls I/6|hCxAp7m+Vp ^$Bu ~ɝ",RJr?O9b"P=^7j&*WgPspէ$_ ݉z y$|9:džx>,?G[8cPB߉%xYp7vb[c^ϸKGU7wdX$QlW8";Ӱbxk|Vto OQ .|x3|<*P x t n'jJāzL΂B?` e>>(^m;=;Kpz]qxt  t$x*}ERW+}"6E=~lem}O/(|.$XUx)E4wtYoNdMP</[?ʙ{x?hC=xF/N߄bP!eb"UI0l?a3{o&L;`~Mׄ_{pY>(鶹z_2]6SGu4S ^]t3חx Sst26Ow4AhF016L 3T陁Kh;$xnջ4#C 0UN>w.I;g~7tH +9EՅ"H%+(y}0S.=x/o=lXÞj,zfoޥւ4Vh?dp݇ɷM],vP6gDѾf ,&۵^vӄTa R4y{MZ)G(۫h''zۤR6U"$$y-zۥnP81'Hq̘sn_:d$o#0d)nc^z&7B>F+ ^d$(us2,%xt!W90M]){ z֙YOmМkma5>}Ak$՘e9%O W։АO_p= P1\qo,) XSb\6 .`Ew mFo0HЇ<LR6T"￷NstF)|O'҂sϟ,k5zY& ߖ"?9e}"@׊2U3[Q8sl'ރ26C >Y\]c/@8es_B hezd ~Nb ,}T5q(krl" uRu5Y kqsaws4lZpƸW6nfm܆,y nŃke5m,A^\ ݫ0v;'nBpq?t[J;Cmyn3:3ce=@&;\> H@]{=qyaqge^bˌ )3λ;{4cjyYoHDrMuD}=xjeb"j/կs˄xV2` 򎾻M90<ܝM^=z0׹+o6~u>~PzA%N .׷ЉAX<`pq^:3B'bUf ,MwKPԙuluSh=XIEVG)3ڦWܮV0LExu-xYtC/{Eno=r b]܏Msqj=<e\\-8cTGB7'oM4 #3.4>Bgֳ=A~XMɊ9q*lZ;\icySW&6:ઠ\OQ-i9jo-.=OIY\ϭsQ =bT4'&w5Mc*+ n|;= W*OJ%lϗ|a^~D/Vǃq^}^/j( gޏ1zџ'?:YrA?Wq<Іxx L&|=ṽ6 vAyW<ᖡ &?b"=Yr4 ? rB Cm?G';' z BfƣyG+~RSV oP'8~퐒B]л^ Z1iN_'bgm4>23qPzOp#2o [NLq%Vp9}w&Q̡~qXFpvHY^#L1})C\ eGM. _ 8~Q`8?bvGBr/a3&j]<]LfM3ӡ5&wOۙ?q+x8Fmc􆹘HIw޸Lxs 0s;>7$z?4u#o"|jѻ8KCv]fڮU4@pnm+G]϶ m+SC[٫x[?= ]hyAjPœ΃pw"umBjVryT0NAt&CryYА]Mg;Do0 SU[ߢ=1 a2js4u=*:&IWTJK-;8TDR(x=2dgs&H&Ǟ&.N$gc0LNՃ)2w|P:$RSRZ<00j4Uޛۥ 8|mWKMt;4~/Nu%$lRo!Eũ_mo8ڿeWG,-<: 7w"8 BZڡ#j}OϳIɷČ^U;4Da^iIe:>NPz?[Uym2\e~|-:m\ꓞh >r"{ޭ2ۇ.=.|p0q'']f_F>fI9/}O:]pw*zwdp0]DqR'' =$C/S° 9o&}2oQPbT(] CFp1ƶ&CWeh["8D > 8 0 W`Dp~<"Ihm_$@2PӉz QxEoU.wg<~#'/0yT]6t'`8DV6`p6ARi=6pl&yIDAT[@)b"0e{pFg9xl r ս-w[Am2їF]B>e_dcKa^~>ȣ 1ߣo~lhUFp(@gDeJP+] h?Ap$/&"8@?:o}{ 8ȟ? [By_aCo$&`BFPe|@px!%l\T Apx%\5)l_ΏMńNMW2°^x,v1,۽{mE"0wh82.-^?'<6RC{/܃_r:-YCs=!eEޥɼiMw[8Q66D1c%&k |U]K*̽ pMApĆ/uU-:#-2S.P)%Z[o,7u$[`ŏ=e5 ukb!u*z 8Te^P|F2v<o8V)|3q,Lg9*lrt47U5\ q]1OQ^mR4]%*AG >< ~J|=8[ygPt ,&ί'Eq9{pvgR|Ct)|p> 8K(|H$_AA'U]D2 ]C3^+@phGMѻ߂Аwp+%/ 8L w0!]  Z 8vW ЃG;dvAphϓjκМ{wj ܸ@phύE<؅+R> ᆻ]xǢE SxX݃vD|B9*C{ѽ/Z/J9D9=a14Pt8`wz_d&߽)|{fpGUt Ap 8axea0`0  Ap 8a0`E0  VU0 a^ ]`vJ|`Zv%b d `NnmW, >V)|px 0#0`0  + Ap 8a0`0  Ap,:a&.oIO$3'd{}oH:@9;s0=y{# n{4 =8a80Lo#v ]ڏˉ+(#|wÏM Ap 8ax a0`0  Ap 8a0`0 ?60̭E[<&Np%l7f%GFp=[ZU.I+p:~.&ίPFspdy,N0 <~Tus'GU`Nn9Ap ]lPPȥFpP,6bbwB{B;=APPT Ap 8a0`0  Ap .f~ojQZ"w)} jԋ'WZ+ iqwU ;9-7w'jV/twwZYWs߮$3/z;uc-?(W€z%h+Z6h\*pVlSp{ދog- \6G oUZ}YZIpV+RZ ~YZQU.*3@Ů:( Ap 8a0`0  Ap 8a0`0  Ap wt+6ԕ[yApC<Ćz aC:/??a05t!A6opihF:S7" !qH`orEAnV|RFpU !6g$c=c)g)2DpD>z;Cw7spsp !ܫ΅p{wAܻsk\EW q=CGW]Y.@px*ApxApx Ap 8a0`0  Ap 8a0`0  Ap 8a0`0  # mFưxUߘdlLS9df5\o .&,Omd_C9zu[:'z'^Լ!7?.V;޾ pI+Ke>V 6l7k#84jl^>ݻ_9G{xpli\~+#g#eBy,$.ڬҙhE>D..{Kѝ9ǥ'|ַ!IwR%{NJm/n>b1c,Y_:.i$@<;KXp- 튏<݉"·iwJ2)V= l¸z^W9>قĢ2 `zC$'URhhȏ\M\K|b-xM(.&eq7)-Q* $snھ~a^w I .%p@,(q'ODw#?>s ~H ,kY]8z+#Y2g;"1I'p/7KsbV| Q(x5gޅ"{ گ-T^Oe95O:% -* ]$ .,ZGp0 'SoA6یp-.|('\(f[0;"x޽3Y]\?뻟\e |bf't.jGRuTA`VZ:][]mśy^2ǼJ81͜\JwApFv*?vnց[3#aiy~ee&Ddkhik{4$OYir`!Fs4#~rh[Y]p"5xڝkAߛ]ML"bcH 7Lޖe[6SzћB) sR?ɓ B-{;8M >3y͛A@)lH-X((bkO$}9ˋ+IlfNBDbp%JN `ڔsM-4ur )_ xkԂUxz{B6%aBBV~.ns픯3_VH;RU MU;<9™&~{+Vb _L|w&l oHpr{u|wpBgA9Zzϱ߯Ư%Rb.YGz+ztY^J3f[;97 /[cXlXWlt'Xp-QbP?;Ý.#ElզM_8 [PR6f>&`!8(K^M7䚋K" ¢"`@{5Pxcdd`` @c112BYL%bpu KXB2sSRs=b @6j`کѬ|C8M@|c8?׀󗊡)ʯ|10_Οʃj*-yZyHx)'/x]aLFv{+pCFb#<~T$sį yQ ;/1a0‡y4_"ƿvg&/΍,~~eGƉ?Ȋj^ %_0@penR~CP%W>5ׅ3P{g5R&Ap~-bO'qyϜΎ^tĂ2,RQ f?sAK3.p1v0oddbR ,.I@X`-xn)2LvɼZbPNG  IHDR&BHgAMAPLTE q qq |oAqXqH1GoGmGPgGoD 8 ?}dzX}=XXN~ E:~(o@\@@o(o8 ov H(I(o8 wf~o8 ;68 cHX~go&]B~omX~~Y<7'OX~dzX~GX=cH  dzY=YYgX@XLo@\@@oLoov H(ILoox pMPMNPx MMpMP@oAMXMAAMPCMPNtMPMPYoCMP# pHYs.> IDATxݍa9=AE{WDDF!p)8F8#cpp18|Ow󯘦V>]E}XǍ V[>x+v;9\1G*ɛ\Cն#ZʶF(_vl7/ xpUKw;5DZ n#^ټz ՀG󢀷ͩ?a<΀G]C7<+qG_^Ћ[lۿq6^ܷ1^&-wnIA=%$Pq^W4lzq|2Dwrsn}$|T0:/ʵc.ҹM:ߦ6E͑ d M\("tȏ 'I̻r#G79*|>!6v!P(yͺG|iҙ/LH2}퀊ˣWRy r˕NUsT@]KyMi93/M<0 C-팦Bkph'?rt免ҫ#g +X_*c'7:jьW9RZ-(=|",={tCf{Pt̏YHT6U`>F@Nkԃ>N>aQ9=eLcz9#sXYg٬P:-۬h]5GӬupq+i>(7n#"F(w_^.cc2RˏD,i lq2 #:,)Cu#;t-Oѥst7Mme hcW Z۟v߸_у8ՒB:^tTI OaΫϟV5/PC}E '+=t9َRA x6<yғ#'NEdm򓑢JZD翸ΎWH{˃*~4 =ԢO2n6VUV+[*9(?ZO WrW<߻|g} 7ҩά6=|(K Cqg'xn+>E͑ZҺW?S53d*{&]h3ݎ÷6z-9H1ԩ r݀ggtgC't>)g /CVW(vU[[NnܪLusz.ԪVh=D֫Xv4?Q?ySI;OU'?Zu>Дh8p}J Nչ*TP}+VNpwNuszKA9Z󭠸G9Oo39v6|F+9Cm6q#{IkUF2XZPȞ۟TshTWzّwtb_nq4ĤIgJeɌ9*=TlT횜R~I[rrQTk"LCOpt$Q f,枍/TGS^{m"{M6@R6^&2Ha=wyd G [t?vϒce+d_~>Gpe&xK'Ϯ >'1 ܫ0YfY |HWm{B(nI^'G,e 8^f7jր+ރo=ѕA^l<<-$; oC%P=9}({EOJQŗu⓶4vk,n6 '+]⥀Ѵ=hW9Ƅ.||{iNB\?[8z;Ӵ~Wo=24Qx@ ts|>ڀ8+8 ~+~pZQ5xɀhAnQU> #c3rmPpp18F8#cpp`Zpp186C- 5Cipn6`Lpn6`Lp18Ffڀ8#cpp18F8!8X%AnK@p/vcڀl,7"΀; 8`RO R}i ڲcr- u;mj o##&۶p_C[ GUk2< #cpl[ p18F8#cppLp186C- 5Cip186C- 5Cipn6`Lp18F8 \0#cpÏ6Dz\EbZ.Wdpԑ*y8^XR A,Sh$+'M3ebΟ+r{XnxonBK境 ^7~')ow^zU-v틜l,7G~pYOv\ߍxujoylOOŧk\M=GkR~[C+K|}{p3—;C7c|+K޺_:Iҏv/-:=X!wAqͻ&8e~(Un7.'ݾM^e<7O. טjH {uc,+?>X*c[E Gx pS4g.I > "Fk5dkJ5p-B-1\ӥ85shԛj}:D{|4p OPcK?S|K>?O?~~z^ NKS/uMuT/C9ykc>4vKY^paOz"cTeYmMxѮzW3~=\abj~XSPg2^uW\[ʸgy33V+uU\ԓ%܃WM_qj ~,ؙ+ѵ"Sgfټ owjJ+s^0~m)s!Ck#:ņ>븄y2.ab 0fڸl_WCl ڟ.tދサS: ZȔC;5%zf2Cx"S: Zך!8X%AnK^Ár|xXnvpk r^Gp8Z?Cg=rm=_^½}vw{7h yHw{ǧݵoxE{~Lim97h ;~5ٖ,0!K4xeo~T5~Ak2>Y;eߍ!×g|éPOO|%8F8s7qMp~35S5f|c] 8086Cxep0wߘDg[0xcB3|c>1Lg[ yay8ajWcǏ`vNw`m=|bm-<|a6`(wWt  >77QGj0j(`6o6xϢpĹ7-dôl,7G~F t #p6 p N\n xpyi5XXn$\~_6B6 .5|4>8VC\\I3p ?*25K?\ 9 +I%mwJ B r{Ϳڀ8#cpp18F8!8#c3rmP3#c3rmP3!k!8#cpl[ p18F8#cpp186Ci]vn 8`P5A!n-{*RSZ.oZ?@_״gyp˵C x&E\0Tsōp`Z 8_-g'AMwauH[ڀ~T5K#&/p18Ffڀ8#cpp18F8!8#cpl[ j"c3rmP3#c3rmP3#c,!cpڀe6`(8F8#cpp186Ci]vHpjC|(xZkh3˵Cp`Z}ZCg>0Lk,nsޠ9^p˵C\~Yiu~Md 4<}Jӏq{iU\0pp18Ffڀ8#cpp18F8!8#c3rmP3#c3rmP3!k!8#cpp˵Cp18F8#cpp186CiU~Qxˍ40-{7{1Ol,7<[ڀ<~Nzdi wH 8`Pcߎ4kj o5voZ,d?_M\0TÏdye18F8 \0#cpp18F8#cpl"cpp˵Cp`Zpl[ j"cpl[ j"cppn6`(8F8#cpp18Ff80J^7!ޛr#$ 8`P[7^8r#z43rmP=zCg>0L[$ L1o^p˵CʀLd 4<؁/OGU- u_6`EkC MPC!'XѡX5BO4ZCZkhb.Gb ?j]j]9~պպ^s(Du9:uPapp18F8#cpTCMu9Nw]/0ʑZQ+$5<1;J?xM]6gt67G_.y]BiekդuP:Jguפ͉菶&o5;ﰑ'lyJ(HB軼u4],H]u-HC1l4o>k-;ޣ?D2tu-WW;/h"hlr;mvpW>~r-:߸v}C~aѱyyoԨ?bkЧLOVq8] .k@r+NP﨏3+{Gǖ}ۦI?ʢ;+W΁x2&K[޺EϴrWr|0MzO :Ny5?uW2z oP_m?}s(~ѧ7{_F_mD!:p9J/;#/oyzko_{5>4ʑ~S>c_G_o5e}]⹽Cu-ϡm55:wGB=O9Qc?Ow?VW_q6QUp18F8#cpp18F8#cpp1 IDAT8F8#cpAۚ\6`W'[DX AXO7? `=B G x['[ N3o-d ,_qؾɔEl2Sf+/. SQ$/xȆƈ; z ͘7XRn+jCݵqr+CFp;IF+jlbʛ \8j-?;mW2+$/ V^7x܃#d PglOb zdYF9b\y+pIǀ;7AgM?E^ZyRnF JQ `#6 Wă+<܊y(?Dm1bDo[Y]vcߠq;d P L=#cpp18F8#cpp18F8#cpp18F8#cpp18?|(׍Y!vaŁ)1l[g\Nl~aͣx1=m W z];F1Zv]rB!F[~U;Nk\rק-__k~} {lm1r Q="ȴيU'e;cќ/zЧv*/~|; u ~ntRȰ)%qe~;oe/#6M=%њP%-X="YKq:_ jÒwժ罀G'!~BґZ <]15{jjFs<#*򜒴Ϛ%Q%}k\<+ssZv~2OMT ZRޖ&=~U%#e! xwj}Q㗎7Jidr2I{ԟzCLdjkb>(;QƶK9b_Da"Y<}ap4v)zn/O}F 9ZԀ^ x]kb/x1SYyp%`d] V fr,=MX#ѽ!>dK]e=F.ŀWx/O6z̮!h.8bGr}xe_CHFѪ< T(O8$b0-ʚPufS>lǻ}''ɱGdWΒr.y|kQL5®vQ!%cؕԆ\-3pYކxN T[;ŀN\>e=YpKz.Y iKκbͿ'0`18F8X߬67&UIENDB`n -chPNG  IHDR&BHgAMAPLTEq qq |oAqXqH1GoGmGPgGoD  ?}dzj}=jj$$N~ E:~(o@\@@o(o ov H(I(o 1wf~$o ;6 cHl~go&]B~oml~~k<7'Oj~dzj~Gj=cH  dzk=kkg1X@jLo@\@@oLoov H(ILoo MPMNP MMMP@oAMXMAAMPCMPHNMPMPYoCMPշz pHYs.> IDATx흋*qwwTDQ*M"νӅ]eAp 8c1p 8Ap 8c"<~-Ƥ_z^{\O ¯U>9p-@So oQMLR4!W*Go w ~urˬQ _+x^ 782^ݵJ*R/Wk[Q..hZj\^URL:+)M-cV<BUCaSzōHG[{Ւ&".M1˦-Y$IKCTBn ZqY|i{84*(2Y´&iԭn*R[⬋R.aY:U(myVf<ҼWb歗{[2 qI(-Vy*儜pәU\RyflޯT, .ֻ\кZY^ZR[w\QMFP[- ͻ( 0KMtiJnzafOj>zv!KEz8mP/UsyY/Q Y%ǔ:hU({NT@NtҨ2_5qoժf5",f>4{8*)qZnzwR}Y&O-,혒ti9R>/M0ZtA-+7^B++2i*c$y+䥪qW&w u@K/yE٪dD.Y?qqЊSԎK\B~6R@Ꞓf2ҩZZ|i7Of##svYpYj kQ|Pi\420].SjI@FK!J.5!^BUmWeЊSK-daU+.RX2Xmb1cYRIj5ID= mZY0YyʊRC.-FRM-QԄz>*4< ,Ww]FOS1"ޗ2ǴIJoN([l}vCVaO/L5-Sj{WUQRR0vs*_,-YIZto!A_^Su͆ .YY2&kY&K{`y Vi]E^hUލHWV/mk:)wVYB? mX#xӦVƨؽj심j-gG=KEHRqzb@ɺ6 YDfLԑ6?ObG0ϳ?^گEZq:f/̈́ꘕۖXڨ9γVC_ą)N oe}d,к/Z(4-+ZU!?2Z҄reÕg)[wJD:J/Mi^!=,_TD4f>՘B%F,yUq6wTPAƟ+䩬Bx Fp 8c1p 8Ap 8c1p 8Ap 8c1p 8Ap 8c1p 8Ap 8c1p 8Ap 8c1p 8Ap 8c1`N& uA~Ȓ5_ !8e{o CM49X!xz ؀Xz憜'nF7>9od|kt1e<)E]0 Aa|(ƱL% KAɡ|C/'^ OŦ}"&M :G(BwYIrz*!a**d+ Kh9+]j+ { @WG."}0^l| m[n9C[Z({> yM)k"4U" C PdڲKN5NPL<[Y,K-\M9C%V*,WlM $kt$RLJYFJgO1ܝ/,MzoJ[OHcTI*x)[}y4g㍂G:w0^hijFg/f"r^0\xi|L*9/mamCg9|h>*xj=I ʹHe Pk=Y7/ClF0 ٮǼ*RĽǕc 8T!xtf9Mu}6;y_(Bz{x #GYU[yg ,ةĐmBphb[p ǟl,m Pc{4ёot"x4ňˋ[]Cz1b҂^j]Qw!^L4{(t CҖߎkíٻ6G&/8zk ${Cty?3>96G?<9D(yUtK ݱ.l^Ͱd5΢[`@/aò?V'EpKyFxT o-z7>9cz8KOT x'5h/ Aē64൴R^wwV|G w1Bざ-A\0Q+EO)#dE{Ĭ~O2+_!~oo%.-KH w(hܢ.xG6qrIDűoۼ) _ыGd)exEua"|LK +"3s,lmOO߂q@R .wgZ _e\T|lO 7x'[_@p-A+fkj, /g'#ΣPEFrM=P g{o0^LnYgbuS5K[\!x)%G_?Z1 YrԎo|:\OenCz-%Qߢb1퍷%4P }}iEh?y7Y.M/cisun'(GٵpOQ c ‰tzNXp&D vz4лz7>9o\Sm^hG-0u[|!^L|[;nGj䛑ˇ{oF }S@<(LR^v[w˺fn!Ty esn(2BO`|!arG ćY :]ꔒwa~j.W%F񃈝DgNB*y"mu*os(Om!=_փ,1_±v 6'p,8(DߋU<gA(z|[8na@/%w%UuBiWܹ~ǂC Ck],Ql73dGbBylI~K|rB,v-+'֢^x!zA> lU]'( x/g[K O^B^|rlC/'^ Oz7>9o|r% KAɡ||/_ݘϼ(8Z)x>Gf|n3BSZ˙!C r8X`๔߱gjX(fy_F ˭_W;<&ʲ. 9bkmNfu6WbWz|~SrQ'G#6m|_.Tf֗9#K> >Kx'ݔYOnXGz7>9o|r% KAɡ|C/'^ Oz7>9o|r%8Z`|7=sCΓ` p 8Ƹl@z0.81.8 = 8c13r[@>998eʂx!z59XMu}Ғ5K@*4Xc3/w]V8 9!_wF?/lN"8iZMMp*_ޟq j< "z@p 8c1@p 8Ƹl@z0.8Ap @1コ8Ap @pLëD %zp7?&%=GpjT8Y8!pٽzp6?'sL] .N&˵Gp4>g!,Rljd_6pqp 8Ƹl@z0.81.8 = 8c1p 8Ƹl@z@p 8c1p 8Ap 8c = 8cM`'xm/͢q 2EQ؃ ; W` g]% $W?]=8K:{pw*'>hn8DLۙU q I&Ap 8c p 8~"8?vOح yR /cAp<|? S N1qPp3B,UcE@NnRoN|/qt߭S|%@?¿<|o]5+Jcf_(jAC c*^L+a\on@^8=O6oQ.SVX  7uo羚p)g,>kqo@=݋y® Kl^$Ral3;KXyWҽϙ]CΞOXY ?P~uWɀXspnanw-z&\j{xȍv}Vig-sE6ם 'jw*m[\B}r Mū Y}w'_#j)|k閒'j wFmOl\􍪽ӂ+WA!̪Mڸ=MI#ȯ}5 ν~ .0+-krM >i7j7 xtHÂx7r|IUͯɟ^;ө]8;b}&Kr`&e=9ÛS]~v1+&Mև+{~LWS2_sK^E= ),nYem~?Ii+xܱݥܷflq[~Cuw=@%xx^ow7K+snlt-f=?z,61 n\l^+=w9 ϻf׆.R}􅐆9yַҼ(qح_ p8! )aDø9͕skU:e7&(Ƕj+k:884?'+ ~x/{yP/U|_iwZDkxoX|{oqC-/C9Fp0yrX8 "/xy`\_n_k|7cJp~lb\OK"'<&73P4HlN=] gh{x+^>s)&~%W*W) .^ov.5ITV?c3o؅y8#p{GvE&mNCm\,iXX?ɟsiZ_AK9u,K?\(_'zGUC` l@!a],)R3x2b-TI.~ 6(8qlFpԼcU/ K;] &M"h ϗ(KI;.7¢l@<r=\S󶺬,J$}pfo{AX?ρ'?9YY|õJS-b{d=D<1KՈy-lJa]pΡY~7[yx[<0ˏ"dg͂+o۞ViQp0/W$Q6c餱z-ewbBKEAps )|haZ1p 8Ƹ8.x|?'~QZp6 =4 wq=8h<m4i<|ξpGUCY&Bpe 8c1コAp 8c1p 81.8Ap 8c @pqـ`\pS<- r`!^Li|y#8( .^!IApǜ'k I2Eڻ`F?ߋ<*:mĎ$9NT`i*,c\pm$XAD`GUCXMzlwz;[!ZLy! [BF4ܟѪ}:4ho㽉lJ otஉХzm D!63sm3yM\og8>?'orm["xz㯄Qsv}_uV-q [`#->)x1CxP|?nEW~7}>>o1Kr.OU0hnIUy; c1p 8Ap 8c1p 8Ap 8c1p 8Ap 8c1p 8w2V?'zL$7g],rކz 7#^w! SR}-]Зż.U AL{fM=~Z(u)OPR7`kKyR#8<%|mECْRyMgO$g{]h|W"uZMeaxB?Dq[N)bredr޽zRM^Q9Y5k E0!B{@DRT ҉d/ԩN8o/-먔R$NYp-j5I9^H.xa&{7uWL :VhY$[i_*pMPrUfSz&x)Rr?*(2nB) WS_x]EkAN"!ca,@DƝH-K)xѩ,\,VQZ)+NU2W j(x!m;la,5k/G1N(q!)E}e3PM/QOY^(&xP3*фQ'^1Ou8(N52wkLf7..[QVbzQN&R­J?VknQ^~cVJ4QqZP(3=#)+ Ǿ +/^h/'\Pn x2&x:I+ 7"xf=pׄo/@wM]PxI}i¿G􆩸g£ c1pLiڃ.IENDB``!9eZ?gA"!)@CPxKAǿﭿV=Iu C!JBBzOb݃c͛7p`2PD!H"*Jddx.+V#ҋ)(EZ*?gr5wCE7~DIT0F; zt `W+S5V#uֆpiQ5ۖ2罧y(/lwLMhV-䖿lmSr嬶>Oļx[vٙ^3|fk0ރW>#dM"fOi7yCļYAkّ_\`!x3{ξ M(dpxKBAgf&$0,syj2P/%ПkP^CB^;E%p|}gfgw #gr$D A fS&4y%u ! HihIACIAs^{Zko #xٗiP7> ո{ݸ߼x o%ѧjEYU sٲL0o[~O33ߣÎ`dlg*8ih{5+3d{8Lgs^qrLrH?z?n]P$ww anNBnЛG$*ԻLDodYn'A8m~3PNG  IHDR&BHgAMAPLTE q qq |oAqXqH1GoGmGPgGoD ?}dz[}=[[``N~ E:~(o@\@@o(oov H(I(o4#wf~`o;6 cHX~go&]B~omX~~[<7'O[~dz[~G[=cH  dz[=[[g4#X@[Lo@\@@oLoov H(ILoo MPMNP MMMP@oAMXMAAMPCMPHNMPMPYoCMP: pHYs.> IDATxb@i{3JD`V`( #p0 #p0 #p0 #p0 #p0 3x!:m޸ݺ[-g䌜9Μ X9YZǖ\G8ݞn|y;z<oΏu~a^ wuw Iwo1ͱ5ܘ%~o I5aޱwGA~fo]x/uIjʝ}9?e~R7nEngŲXwSd Y;FWjׅϞXɣ g 3clm.MY܇[7C9n|u~tf]VrtyF`>- %eD[v#}ÍAV|;RMY'vb>~lɭHңE!O}lӛY'ۦB`ep<R.(7ܢǖZv(NI!oZ9um䷵َfZ>Dq)o+WڨE>}gg>x anj0=/j4GClV7a #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 {0 #pߝ@KG? \|- ߎ%p`2w, /p';Z0- {́I< )`'+tM-.o㟯S)zX5<=Ưނ:\ Xõ|S'>/MwvqU|7M^d; ~z2r~მ(;/zE& t \⩏/ۊGX%c,o/z4K;#p~ف{Y^2<[+CveU{1c=Sw~+ܽ&~y#p!pg׮{!p,j'A^ꮼ/Ĕl 1$f,y.GXXYW޷;rbeQ1|> \ iz~d~;'pzt~ey;GǠbo,'3+oq4|pĭ4=?W~GnR7wv"׋MN"mzf(tۊ%nwKy;B%loatxr\}w)f:}!>+n{_gx~O1ˉ/ӁI䁂{H.P.pwJm!mzǣi7_r"p,b.nL8 +&*{7~?6|ΙMH.<5슻:\ DTdnJ'iqJgڷ _ޢN:7G.F7Jj'M!t ,8Uvg7<\IWF{MLotnH:_]w5;d~ńY=yǍE\l7_jIܔҁJ8ޠy{?8 Hߎ'h,:VpvX8aGh:Vpa s8G;:#ps8G;߸I8`8`.^ʓ0Ff5!p`2y qA's`w^:>z,c<|?u*y-Syk2{p`^ww}/l5b2&ML00Ot #p0 #p0 #p0 #p0 #p0 #pʏBM|MVr L碋o80“ky Lޯb̥t^y)9`ddLE-=8080S80r~p`r0g#pi8}&poسM9GXM1~"&p7}8`H7vD}^toN>X#N>H4Ծ9 `wѩR9Y:'FIddE'Ao^dVww50N>Hxg}|0VU29;@MM.&p`aW}8 Xe|dt7EM&p`IY,)oV7 8y/:9 }|0n}* tw&N@3.;#VgvsQ8ؽǁ]߃}? 98ݾv-{p}?5}8>@PAON>9'y7l,I:kx7Kx7+x7,: x7{7{7{~NJ&p`r%}80 Z:S+{сy?EڼO> }|p r8PSy5N>MB@.;UU8@/g ]UpA雓S7'fTﲓr4Q~?OF@j}79 MTT<@'p`.u#TyTiY4I94)4 ]xn c8Ѯsz,i .;7Yp3kwѹ~o!:PiE&YE6শ}9 pW㾋M'0: ue&/8pSMq9;]tn2[ctdǷw>9pKmN}8__/oz7յo7u|ytnM@7&p}8ǐ bL033owG8wՏM&p@w!|&p38pihߥ'_8w/R&pkpe' nG6辋N>w.:`t2g|E' '%p3AE' $p0CE' Bsp0Eߜhb/zM@ M@M@}8P<}8PD}8PL}8PL}@]SM@US8Pd}8Pl}8Pt}|t2_T3_mx npA;MxC/N>Hx).: _s8g־N>('(8fھN>g޾N> L38&~MFx.: S^,\{*E߃O&(p~WooZoZoZoYoYG77-77w-777,7w,oQ0h.?d3x ,ZV6^G5wV{(h),wQ < 9Kl^-CG=x\uK,Q77 YĴexKq9K;X{VUUՕ-F/^/Q?6)ڃ?QdWQ3W( [L\q Yx80= $qd2xJag3$~˓q&,;]$S@IIƶ o%qmMLMF-Pk+˻e"{7X\xdC41b#}.If'?v&E |v,YZ|0E$);Z4p 7㫿䃛ۼwL c_>=O(ͯfl* 9x6cM# O|Yaek|?oYMN>|:NjVu.ԯ*:CE{V{)'{Hߴ_]y?y`Veۼncu6xo+x)>N\_ʺ7׽tcy < zwȦ-o:oO{faƻ۷>^/ RzvQd R~vьd-Np`s)ou"p`sNHMO|#p`>0DB:[]YSϦ]΁]A@;}EUts8u5YO|ȁzz,8h.J)# ߋ^#p&?`i/4+>Sr.J?9`j?nZ>i9-?= =芬瀅=aث1q)9Ŀ&+7nvJN>h5pv䃩ʜ d:<+Dz<ʱ$vo#p\ٴYy1+1+E{븹~x=|CM( 5pv[٧5'#p.(3px pGg|mjNߨbO_/3&;ncsw \_q>w1]G6|XyԯjPSI℃ |ж؃H-M=C%U>rU``;[#k26PmJ'otAJqCJߔ o8 {t f}&XA Ovx䟍  VvAm|&0*|.z4 ( *l=)8 `' +: Z|́I8 I&aFaFa|d`8`8`8`8`8`E +;Qtn]`*\[J980 LQ7aL都IDY=80߃s̫䃛Ct`6e'ܯ9  `8`.aFaFaFaFaFa|P~:)&DIÔ0F碋o"0“zrn2`:sf`Z/70Z50g`_I WrpJ)9 &8`8`FaFaFaFaFa{87`& #p&0 N>V-pN>̇Ct0؃k2s80sުJ$* 8`vkggzə^s%g p^l5&C/9kL\Ћc%gz͡i˃zz̏00000a'!xߡXw!XG-;nՆV[vnm;p{URU ljZ-ۇEOg,M,ڪŵ |_66fy|}[y$ZUゅ]w;rqn_iUvˣ0͖GPwVcV?nTޠwQ}Qk. ]X[M,Uܵ o8Vj.OV7,mQl o[n}F&}VvmI7ͮx4b}Tly~ GCFuoۆ DoɎuǗ]7ܲ0pK.9elǗKBeznٓyn [̿Utur-{{pur-sw}'4ߨ-?{/;B~!V {_߃UB"p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0  _ɪS:|CEq:tjO04ځ{D}hw~50eF]afK0F-wqmUSEN^NO?sFTU1s!MM?DP7hCtwܕtڔ-?@gc~"\^7ƽco}/E꣑OQOT.Y0{EzB N,5pQŘJ|n.c6Y8O|~\7 N`,#$-98?JL HX@kx+OoEw|ǻ%p7Tߵk(x4 #p0rW~*#D #8> LHO_.\`?!P H&%5983?j 8W?ejApAK L@(\˿gxAJmNT~#M\T NjP;=tĤ\Y\ q+Ut^Dd@< 6 C A? 2x3{ξ`!x3{ξ M(dpxKBAgf&$0,syj2P/%ПkP^CB^;E%p|}gfgw #gr$D A fS&4y%u ! HihIACIAs^{Zko #xٗiP7> ո{ݸ߼x o%ѧjEYU sٲL0o[~O33ߣÎ`dlg*8ih{5+3d{8Lgs^qrLrH?z?n]P$ww anNBnЛG$*ԻLDodYcDdh<  C A? 2Z <"Ѭ߮z k,`!Z <"Ѭ߮z k," @.|uxKP.iQGp,TgQpqvAEcK[B. 88g8Vgw( Gs7B@OX؋ #DA @F8*#Bn]VȞL<Y,O»֙x)uW+.TAO)Q J[7c{9G'd^'ig^Լ,9c.hE׷1YͧCn0?9ns:rS5a蓼 {z9k4̾[+T<0*ev_edy$^{;C%M#dS͗)gPÂG9H4]ku j4d&3lPDd<  C A? 2Xp?a b3^`!Xp?a b3@>*hbxJP9M ACqE, o0**4BP|g̾ }wwA4sz{i`BA$@|%Փ!C2DZБ2VgiQ ZO-@b6xGg&v6=$;vZ3S<5-'V]"YielFdap&w oxք(gfñ5ٖ_c+m7/ ~ ,}{In"g?,½ {:QP h*;Θb,=t igI$ZsViS'Dle4Dd@<  C A? 2]:KV"@D]- `!x]:KV"@D]-`Ho* Fxcdd``fd``beV dX,XĐ )AZRcgb 41FnĒʂT ~35;a#L ! ~ Ay@#@.si#ER Śp#IoCIA|c8_׀9@|} 3p1#8 ? $?8߇  vE`+gMa`FFj6 Xc8Ta׶ \8;8v0y{)I)$56d72WiDd(hZX<  C A? 2$"-9=4)R `!$"-9=4)R"@ @H1|{x=Ka Ǔ\k_+"VH EEėhŢBU[nBpuv389:9;Orw^zq=ɟI0n` /FlGr8pZNV$`)kq(3Lʺgޕ0$a>t.jGRuTA`VZ:][]mśy^2ǼJ81͜\JwApFv*?vnց[3#aiy~ee&Ddkhik{4$OYir|DdhhWX<  C A? 2au9?3<;eK`!au9?3<;eT@"@5|xJP  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~dRoot EntryO F% Data WordDocumentN~ObjectPoolQp%%_1058129677Fp%p%Ole CompObjfObjInfo  #&'(+./014789:=@ABCDGJKLMPSTUVWZ_dimnopqrsuvwxyz{|} FMicrosoft Equation 3.0 DS Equation Equation.39qII 2y =P(decision=1|w)=g(w T f)(3.1.1)Equation Native _1058129759 F%%Ole CompObj f FMicrosoft Equation 3.0 DS Equation Equation.39qЍII g(a)=e a 1+e a (3.ObjInfo Equation Native  _1058130033F%%Ole 1.2) FMicrosoft Equation 3.0 DS Equation Equation.39qII C(x)=argmax k pr(x|y=k)CompObjfObjInfoEquation Native _1058130331 ,F)%)%(3.1.3) FMicrosoft Equation 3.0 DS Equation Equation.39qII J=SSE+w 2 " Ole CompObjfObjInfoEquation Native (3.2.1) FMicrosoft Equation 3.0 DS Equation Equation.39qTIHI J=SSE+n/N_1058130348F:%:%Ole !CompObj"fObjInfo$Equation Native %_1058130740"F`M%`M%Ole )CompObj *f(3.2.2)E FMicrosoft Equation 3.0 DS Equation Equation.39qrII AIC(K a )="2log(L ml )+2K a ObjInfo!,Equation Native -_1058130741$FF\%F\%Ole 2(3.2.3) FMicrosoft Equation 3.0 DS Equation Equation.39qIHI MDL(K a )="log(L ml )+CompObj#%3fObjInfo&5Equation Native 6_1059395007<1)Fm%m%0.5K a logN(3.2.4) FMicrosoft Equation 3.0 DS Equation Equation.39q?| J(x i )Ole ;CompObj(*<fObjInfo+>Equation Native ?[= i ( jj=1N " w j G(x i "x j ,2 2 )+b)(3.4.1) FMicrosoft Equation 3.0 DS Equation Equation.39q_1058130851'.FQ|%Q|%Ole ECompObj-/FfObjInfo0HJ@-J M='min i J(x i )(3.4.2) FMicrosoft Equation 3.0 DS EqEquation Native I_10593951103Fpi%pi%Ole NCompObj24Ofuation Equation.39qXp| g(x)=sgn( i w i G(x"x i ,2 2 )"b) i"SupportVectors " (3.4.3)ObjInfo5QEquation Native Rt_1058899345H8@96>@)L%pӮ%Ole X @96>@)#Microsoft Photo Editor 3.0 PictureMSPhotoEditor MSPhotoEd.39q @96>@)#Microsoft Photo Editor 3.0 PictureMSPhotoEditor MSPhotoEd.39qCompObj7:YuObjInfo[CONTENTS9;v6 CONTENTSV30\      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~     :  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~&` q qq |oAqXqH1GoGmGPgGoD 8 ?}dzX}=XXN~ E:~(o@\@@o(o8 ov H(I(o8 wf~o8 ;68 cHX~go&]B~omX~~Y<7'OX~dzX~GX=cH  dzY=YYgX@XLo@\@@oLoov H(ILoox pMPMNPx MMpMP@oAMXMAAMPCMPNtMPMPYoCMPfMS_1058191013B6>@96>@)ۇ%0܇%Ole ]CompObj=@^uObjInfo` @96>@)#Microsoft Photo Editor 3.0 PictureMSPhotoEditor MSPhotoEd.39qCONTENTS?Av6 CONTENTSV30a_1058190872D@96>@)@ %%Ole b      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                            ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                            ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                            ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                            ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~  &` q qq |oAqXqH1GoGmGPgGoD ?}dz[}=[[``N~ E:~(o@\@@o(oov H(I(o4#wf~`o;6 cHX~go&]B~omX~~[<7'O[~dz[~G[=cH  dz[=[[g4#X@[Lo@\@@oLoov H(ILoo MPMNP MMMP@oAMXMAAMPCMPHNMPMPYoCMPfMSCompObjCFcuObjInfoeCONTENTSEGG v6 CONTENTSV30f       !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abefghijklmnopqrstuvwxyz{|}~&`q qq |oAqXqH1GoGmGPgGoD ?}dz[}=[[``N~ E:~(o@\@@o(oov H(I(o4#wf~`o;6 cHGB~go&]B~omGB~~[<7'O[~dz[~G[=cH  dz[=[[g4#X@[Lo@\@@oLoov H(ILoo MPMNP MMMP@oAMXMAAMPCMPHNMPMPYoCMPfMSi6 "hc@hKumABPi[gpWpppg]{NK&= \39KOgN KXB2sSRs=b @6j`کѬ|C8M@|c8?׀󗊡)ʯ|10_Οʃj*-yZyHx)'/x]aLFv{+pCFb#<~T$sį yQ ;/1a0‡y4_"ƿvg&/΍,~~eGƉ?Ȋj^ %_0@penR~CP%W>5ׅ3P{g5R&Ap~-bO'qyϜΎ^tĂ2,RQ f?sAK3.p1v0oddbR ,.I@X`-x>Ddvt<  C A? 29eZ?gA"!`!9eZ?gA"!)@CPxKAǿﭿV=Iu C!JBBzOb݃c͛7p`2PD!H"*Jddx.+V#ҋ)(EZ*?gr5wCE7~DIT0F; zt `W+S5V#uֆpiQ5ۖ2罧y(/lwLMhV-䖿lmSr嬶>Oļx[vٙ^3|fk0ރW>#dM"fOi7yCļYAkّ_\DdQRJ  C A? "2rs4#~rh[Y]N`!Fs4#~rh[Y]p"5xڝkAߛ]ML"bcH 7Lޖe[6SzћB) sR?ɓ B-{;8M >3y͛A@)lH-X((bkO$}9ˋ+IlfNBDbp%JN `ڔsM-4ur )_ xkԂUxz{B6%aBBV~.ns픯3_VH;RU MU;<9™&~{+Vb _L|w&l oHpr{u|wpBgA9Zzϱ߯Ư%Rb.YGz+ztY^J3f[;97 /[cXlXWlt'Xp-QbP?;Ý.#ElզM_8 [PR6f>&1*Dd& ::/KK0 S # Ab)2LvɼZb) n)2LvɼZbPNG  IHDR&BHgAMAPLTE q qq |oAqXqH1GoGmGPgGoD 8 ?}dzX}=XXN~ E:~(o@\@@o(o8 ov H(I(o8 wf~o8 ;68 cHX~go&]B~omX~~Y<7'OX~dzX~GX=cH  dzY=YYgX@XLo@\@@oLoov H(ILoox pMPMNPx MMpMP@oAMXMAAMPCMPNtMPMPYoCMP# pHYs.> IDATxݍa9=AE{WDDF!p)8F8#cpp18|Ow󯘦V>]E}XǍ V[>x+v;9\1G*ɛ\Cն#ZʶF(_vl7/ xpUKw;5DZ n#^ټz ՀG󢀷ͩ?a<΀G]C7<+qG_^Ћ[lۿq6^ܷ1^&-wnIA=%$Pq^W4lzq|2Dwrsn}$|T0:/ʵc.ҹM:ߦ6E͑ d M\("tȏ 'I̻r#G79*|>!6v!P(yͺG|iҙ/LH2}퀊ˣWRy r˕NUsT@]KyMi93/M<0 C-팦Bkph'?rt免ҫ#g +X_*c'7:jьW9RZ-(=|",={tCf{Pt̏YHT6U`>F@Nkԃ>N>aQ9=eLcz9#sXYg٬P:-۬h]5GӬupq+i>(7n#"F(w_^.cc2RˏD,i lq2 #:,)Cu#;t-Oѥst7Mme hcW Z۟v߸_у8ՒB:^tTI OaΫϟV5/PC}E '+=t9َRA x6<yғ#'NEdm򓑢JZD翸ΎWH{˃*~4 =ԢO2n6VUV+[*9(?ZO WrW<߻|g} 7ҩά6=|(K Cqg'xn+>E͑ZҺW?S53d*{&]h3ݎ÷6z-9H1ԩ r݀ggtgC't>)g /CVW(vU[[NnܪLusz.ԪVh=D֫Xv4?Q?ySI;OU'?Zu>Дh8p}J Nչ*TP}+VNpwNuszKA9Z󭠸G9Oo39v6|F+9Cm6q#{IkUF2XZPȞ۟TshTWzّwtb_nq4ĤIgJeɌ9*=TlT횜R~I[rrQTk"LCOpt$Q f,枍/TGS^{m"{M6@R6^&2Ha=wyd G [t?vϒce+d_~>Gpe&xK'Ϯ >'1 ܫ0YfY |HWm{B(nI^'G,e 8^f7jր+ރo=ѕA^l<<-$; oC%P=9}({EOJQŗu⓶4vk,n6 '+]⥀Ѵ=hW9Ƅ.||{iNB\?[8z;Ӵ~Wo=24Qx@ ts|>ڀ8+8 ~+~pZQ5xɀhAnQU> #c3rmPpp18F8#cpp`Zpp186C- 5Cipn6`Lpn6`Lp18Ffڀ8#cpp18F8!8X%AnK@p/vcڀl,7"΀; 8`RO R}i ڲcr- u;mj o##&۶p_C[ GUk2< #cpl[ p18F8#cppLp186C- 5Cip186C- 5Cipn6`Lp18F8 \0#cpÏ6Dz\EbZ.Wdpԑ*y8^XR A,Sh$+'M3ebΟ+r{XnxonBK境 ^7~')ow^zU-v틜l,7G~pYOv\ߍxujoylOOŧk\M=GkR~[C+K|}{p3—;C7c|+K޺_:Iҏv/-:=X!wAqͻ&8e~(Un7.'ݾM^e<7O. טjH {uc,+?>X*c[E Gx pS4g.I > "Fk5dkJ5p-B-1\ӥ85shԛj}:D{|4p OPcK?S|K>?O?~~z^ NKS/uMuT/C9ykc>4vKY^paOz"cTeYmMxѮzW3~=\abj~XSPg2^uW\[ʸgy33V+uU\ԓ%܃WM_qj ~,ؙ+ѵ"Sgfټ owjJ+s^0~m)s!Ck#:ņ>븄y2.ab 0fڸl_WCl ڟ.tދサS: ZȔC;5%zf2Cx"S: Zך!8X%AnK^Ár|xXnvpk r^Gp8Z?Cg=rm=_^½}vw{7h yHw{ǧݵoxE{~Lim97h ;~5ٖ,0!K4xeo~T5~Ak2>Y;eߍ!×g|éPOO|%8F8s7qMp~35S5f|c] 8086Cxep0wߘDg[0xcB3|c>1Lg[ yay8ajWcǏ`vNw`m=|bm-<|a6`(wWt  >77QGj0j(`6o6xϢpĹ7-dôl,7G~F t #p6 p N\n xpyi5XXn$\~_6B6 .5|4>8VC\\I3p ?*25K?\ 9 +I%mwJ B r{Ϳڀ8#cpp18F8!8#c3rmP3#c3rmP3!k!8#cpl[ p18F8#cpp186Ci]vn 8`P5A!n-{*RSZ.oZ?@_״gyp˵C x&E\0Tsōp`Z 8_-g'AMwauH[ڀ~T5K#&/p18Ffڀ8#cpp18F8!8#cpl[ j"c3rmP3#c3rmP3#c,!cpڀe6`(8F8#cpp186Ci]vHpjC|(xZkh3˵Cp`Z}ZCg>0Lk,nsޠ9^p˵C\~Yiu~Md 4<}Jӏq{iU\0pp18Ffڀ8#cpp18F8!8#c3rmP3#c3rmP3!k!8#cpp˵Cp18F8#cpp186CiU~Qxˍ40-{7{1Ol,7<[ڀ<~Nzdi wH 8`Pcߎ4kj o5voZ,d?_M\0TÏdye18F8 \0#cpp18F8#cpl"cpp˵Cp`Zpl[ j"cpl[ j"cppn6`(8F8#cpp18Ff80J^7!ޛr#$ 8`P[7^8r#z43rmP=zCg>0L[$ L1o^p˵CʀLd 4<؁/OGU- u_6`EkC MPC!'XѡX5BO4ZCZkhb.Gb ?j]j]9~պպ^s(Du9:uPapp18F8#cpTCMu9Nw]/0ʑZQ+$5<1;J?xM]6gt67G_.y]BiekդuP:Jguפ͉菶&o5;ﰑ'lyJ(HB軼u4],H]u-HC1l4o>k-;ޣ?D2tu-WW;/h"hlr;mvpW>~r-:߸v}C~aѱyyoԨ?bkЧLOVq8] .k@r+NP﨏3+{Gǖ}ۦI?ʢ;+W΁x2&K[޺EϴrWr|0MzO :Ny5?uW2z oP_m?}s(~ѧ7{_F_mD!:p9J/;#/oyzko_{5>4ʑ~S>c_G_o5e}]⹽Cu-ϡm55:wGB=O9Qc?Ow?VW_q6QUp18F8#cpp18F8#cpp1 IDAT8F8#cpAۚ\6`W'[DX AXO7? `=B G x['[ N3o-d ,_qؾɔEl2Sf+/. SQ$/xȆƈ; z ͘7XRn+jCݵqr+CFp;IF+jlbʛ \8j-?;mW2+$/ V^7x܃#d PglOb zdYF9b\y+pIǀ;7AgM?E^ZyRnF JQ `#6 Wă+<܊y(?Dm1bDo[Y]vcߠq;d P L=#cpp18F8#cpp18F8#cpp18F8#cpp18?|(׍Y!vaŁ)1l[g\Nl~aͣx1=m W z];F1Zv]rB!F[~U;Nk\rק-__k~} {lm1r Q="ȴيU'e;cќ/zЧv*/~|; u ~ntRȰ)%qe~;oe/#6M=%њP%-X="YKq:_ jÒwժ罀G'!~BґZ <]15{jjFs<#*򜒴Ϛ%Q%}k\<+ssZv~2OMT ZRޖ&=~U%#e! xwj}Q㗎7Jidr2I{ԟzCLdjkb>(;QƶK9b_Da"Y<}ap4v)zn/O}F 9ZԀ^ x]kb/x1SYyp%`d] V fr,=MX#ѽ!>dK]e=F.ŀWx/O6z̮!h.8bGr}xe_CHFѪ< T(O8$b0-ʚPufS>lǻ}''ɱGdWΒr.y|kQL5®vQ!%cؕԆ\-3pYކxN T[;ŀN\>e=YpKz.Y iKκbͿ'0`18F8X߬67&UIENDB`(Dd& ::/II0  # Ab(A8m~3'6HDn'A8m~3PNG  IHDR&BHgAMAPLTE q qq |oAqXqH1GoGmGPgGoD ?}dz[}=[[``N~ E:~(o@\@@o(oov H(I(o4#wf~`o;6 cHX~go&]B~omX~~[<7'O[~dz[~G[=cH  dz[=[[g4#X@[Lo@\@@oLoov H(ILoo MPMNP MMMP@oAMXMAAMPCMPHNMPMPYoCMP: pHYs.> IDATxb@i{3JD`V`( #p0 #p0 #p0 #p0 #p0 3x!:m޸ݺ[-g䌜9Μ X9YZǖ\G8ݞn|y;z<oΏu~a^ wuw Iwo1ͱ5ܘ%~o I5aޱwGA~fo]x/uIjʝ}9?e~R7nEngŲXwSd Y;FWjׅϞXɣ g 3clm.MY܇[7C9n|u~tf]VrtyF`>- %eD[v#}ÍAV|;RMY'vb>~lɭHңE!O}lӛY'ۦB`ep<R.(7ܢǖZv(NI!oZ9um䷵َfZ>Dq)o+WڨE>}gg>x anj0=/j4GClV7a #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 {0 #pߝ@KG? \|- ߎ%p`2w, /p';Z0- {́I< )`'+tM-.o㟯S)zX5<=Ưނ:\ Xõ|S'>/MwvqU|7M^d; ~z2r~მ(;/zE& t \⩏/ۊGX%c,o/z4K;#p~ف{Y^2<[+CveU{1c=Sw~+ܽ&~y#p!pg׮{!p,j'A^ꮼ/Ĕl 1$f,y.GXXYW޷;rbeQ1|> \ iz~d~;'pzt~ey;GǠbo,'3+oq4|pĭ4=?W~GnR7wv"׋MN"mzf(tۊ%nwKy;B%loatxr\}w)f:}!>+n{_gx~O1ˉ/ӁI䁂{H.P.pwJm!mzǣi7_r"p,b.nL8 +&*{7~?6|ΙMH.<5슻:\ DTdnJ'iqJgڷ _ޢN:7G.F7Jj'M!t ,8Uvg7<\IWF{MLotnH:_]w5;d~ńY=yǍE\l7_jIܔҁJ8ޠy{?8 Hߎ'h,:VpvX8aGh:Vpa s8G;:#ps8G;߸I8`8`.^ʓ0Ff5!p`2y qA's`w^:>z,c<|?u*y-Syk2{p`^ww}/l5b2&ML00Ot #p0 #p0 #p0 #p0 #p0 #pʏBM|MVr L碋o80“ky Lޯb̥t^y)9`ddLE-=8080S80r~p`r0g#pi8}&poسM9GXM1~"&p7}8`H7vD}^toN>X#N>H4Ծ9 `wѩR9Y:'FIddE'Ao^dVww50N>Hxg}|0VU29;@MM.&p`aW}8 Xe|dt7EM&p`IY,)oV7 8y/:9 }|0n}* tw&N@3.;#VgvsQ8ؽǁ]߃}? 98ݾv-{p}?5}8>@PAON>9'y7l,I:kx7Kx7+x7,: x7{7{7{~NJ&p`r%}80 Z:S+{сy?EڼO> }|p r8PSy5N>MB@.;UU8@/g ]UpA雓S7'fTﲓr4Q~?OF@j}79 MTT<@'p`.u#TyTiY4I94)4 ]xn c8Ѯsz,i .;7Yp3kwѹ~o!:PiE&YE6শ}9 pW㾋M'0: ue&/8pSMq9;]tn2[ctdǷw>9pKmN}8__/oz7յo7u|ytnM@7&p}8ǐ bL033owG8wՏM&p@w!|&p38pihߥ'_8w/R&pkpe' nG6辋N>w.:`t2g|E' '%p3AE' $p0CE' Bsp0Eߜhb/zM@ M@M@}8P<}8PD}8PL}8PL}@]SM@US8Pd}8Pl}8Pt}|t2_T3_mx npA;MxC/N>Hx).: _s8g־N>('(8fھN>g޾N> L38&~MFx.: S^,\{*E߃O&(p~WooZoZoZoYoYG77-77w-777,7w,oQ0h.?d3x ,ZV6^G5wV{(h),wQ < 9Kl^-CG=x\uK,Q77 YĴexKq9K;X{VUUՕ-F/^/Q?6)ڃ?QdWQ3W( [L\q Yx80= $qd2xJag3$~˓q&,;]$S@IIƶ o%qmMLMF-Pk+˻e"{7X\xdC41b#}.If'?v&E |v,YZ|0E$);Z4p 7㫿䃛ۼwL c_>=O(ͯfl* 9x6cM# O|Yaek|?oYMN>|:NjVu.ԯ*:CE{V{)'{Hߴ_]y?y`Veۼncu6xo+x)>N\_ʺ7׽tcy < zwȦ-o:oO{faƻ۷>^/ RzvQd R~vьd-Np`s)ou"p`sNHMO|#p`>0DB:[]YSϦ]΁]A@;}EUts8u5YO|ȁzz,8h.J)# ߋ^#p&?`i/4+>Sr.J?9`j?nZ>i9-?= =芬瀅=aث1q)9Ŀ&+7nvJN>h5pv䃩ʜ d:<+Dz<ʱ$vo#p\ٴYy1+1+E{븹~x=|CM( 5pv[٧5'#p.(3px pGg|mjNߨbO_/3&;ncsw \_q>w1]G6|XyԯjPSI℃ |ж؃H-M=C%U>rU``;[#k26PmJ'otAJqCJߔ o8 {t f}&XA Ovx䟍  VvAm|&0*|.z4 ( *l=)8 `' +: Z|́I8 I&aFaFa|d`8`8`8`8`8`E +;Qtn]`*\[J980 LQ7aL都IDY=80߃s̫䃛Ct`6e'ܯ9  `8`.aFaFaFaFaFa|P~:)&DIÔ0F碋o"0“zrn2`:sf`Z/70Z50g`_I WrpJ)9 &8`8`FaFaFaFaFa{87`& #p&0 N>V-pN>̇Ct0؃k2s80sުJ$* 8`vkggzə^s%g p^l5&C/9kL\Ћc%gz͡i˃zz̏00000a'!xߡXw!XG-;nՆV[vnm;p{URU ljZ-ۇEOg,M,ڪŵ |_66fy|}[y$ZUゅ]w;rqn_iUvˣ0͖GPwVcV?nTޠwQ}Qk. ]X[M,Uܵ o8Vj.OV7,mQl o[n}F&}VvmI7ͮx4b}Tly~ GCFuoۆ DoɎuǗ]7ܲ0pK.9elǗKBeznٓyn [̿Utur-{{pur-sw}'4ߨ-?{/;B~!V {_߃UB"p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0 #p0  _ɪS:|CEq:tjO04ځ{D}hw~50eF]afK0F-wqmUSEN^NO?sFTU1s!MM?DP7hCtwܕtڔ-?@gc~"\^7ƽco}/E꣑OQOT.Y0{EzB N,5pQŘJ|n.c6Y8O|~\7 N`,#$-98?JL HX@kx+OoEw|ǻ%p7Tߵk(x4 #p0rW~ IDATx흉7Jl mFU1Nmf 8a0`0  Ap 8a0`S>Ogeq,3,U yQzv wﳿ?I)kY_FQ Ok."} M -|s _ratVc!%wq*p)3?Yׂ{C {V2g\'tn-+avR K=)ӛg?TbQZ7JyaVbRo,4s#̕ x-"E#Hb)UNL)Wܯ+F)UZEI LX,;?cBp7?'uϟrBb9\C"H$w6Ki~&zxK$I!_rηnK oB[ t[zaDHI=ꯪMBc< e,&6DXtB$j.4`Л-'-^?puE:a,EN\qzň*r&"5_TM "5*UoB„PorB[࿕~uqfť[Lk))9=*K+\}SXI%VLl\/~q&MRjh{_HDUvޤ0o- .O*r~sha\kX~ ~}܂JM7Ibnbb2„sA%sѪrE/J^'jM.fbMK>0T[BA|yg2іabA   NJVFcQ@5 9*vT *lPTQㅓA"bs_Ruj/%ܦ |eq- ykJ uj](MT:.U^d1#JL]b¤Ur RlO.q儽L5gP*ׂfuU&'h"U YRp_uF8\NaRq =1n<]::nvWܼy5P /b~gJ5t?H_Xo ]i CQdK'-BfWm,U"1/J^'wwv݄^/W_J dk&ms͐&/IPpoO{Tc.W^du* T3W)N&bK$zE(Na[$k&&4Ex'8r1?~b:AZrz^~ARR m;>,KC;5>o mIUOj="$.Zqs+-}^tÄmP& 2sָ"h<:~Z2+EN*o܅y) z [XH?CH*M傚ȝ"78WOV)s"mW%WL_fBGYxi%$&8+g4`\87~u%9F:`JϓP)`FjEu =*i100  Ap 8a0`0  Ap 8a0`0  Ap 8a0`0  Ap 8a0`0  Ap 8a0`0  Ap 8a0`0  Ap 8a0o0+`0L/6Ln?$W<7gw|H@so9D?4w}O-8[\3!:yls8D9(c$8`+X=zr£+wai.xv"Y9̳r!8gCp0!`CL+waAp0ʑ`#<#'ֿpŏsO*: ] .=홂oá$+ 8gOw@p0O`"e`M4Fof@p0/r`*g^>q53Ǐ,ʈ'WAp0O綂#8?z_J o>:U YtAl畯dΎ?X^p醙H-$P^'|\Z_B\LXM(\4*~/x?Cs_ ~jijT|J~~yu.?" |se't:\.MxsD*GpG*ߝG?T%2L yAt=ܱgRTJw V%!H:r 9n!*'؃C?: ~N*nD*3wU1 H'$!@e1$;q~H$ίxb"}bk}/gKetƉstm6X!Uu 5CsZXzc0AUsph/x+ *:t}p_ >Б~Co%{S7̄]7{? 只%2V%PC <+yV1bY9 r7V9Y9r̳r 8gAp0ʑ`#<#YeAp0Oq~' Dsܴ5rE\6[47m"ur ͟ZpS +7[MBX5l:2N}%WL2=C,>}qfW[H2/ }s&祋Е1~SqnN4\=84g̃.^eEݩeGy`y0C(t9 T8|mZf ~L$2>/x_^E>ϻ;opIy^u"AU Uw| >϶e͂w7w"ȑCthNc wl,xY"bہ3}~ysŪ*sܝt>-+yV1bY9 r7$ì9OLb#%DY9r|!w}Aex ʑૐ%W_7zW}AN׷yls I/6|hCxAp7m+Vp ^$Bu ~ɝ",RJr?O9b"P=^7j&*WgPspէ$_ ݉z y$|9:džx>,?G[8cPB߉%xYp7vb[c^ϸKGU7wdX$QlW8";Ӱbxk|Vto OQ .|x3|<*P x t n'jJāzL΂B?` e>>(^m;=;Kpz]qxt  t$x*}ERW+}"6E=~lem}O/(|.$XUx)E4wtYoNdMP</[?ʙ{x?hC=xF/N߄bP!eb"UI0l?a3{o&L;`~Mׄ_{pY>(鶹z_2]6SGu4S ^]t3חx Sst26Ow4Ah_1058483029J@96>@)YX%YX%Ole gCompObjILhuObjInfoj @96>@)#Microsoft Photo Editor 3.0 PictureMSPhotoEditor MSPhotoEd.39qOh+'0$0D T` |   LOptimizing Intelligent Agents ConstrainCONTENTSKMv6 CONTENTSV30k1TableaSummaryInformation(Pl      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~&`q qq |oAqXqH1GoGmGPgGoD  ?}dzj}=jj$$N~ E:~(o@\@@o(o ov H(I(o 1wf~$o ;6 cHl~go&]B~oml~~k<7'Oj~dzj~Gj=cH  dzk=kkg1X@jLo@\@@oLoov H(ILoo MPMNP MMMP@oAMXMAAMPCMPHNMPMPYoCMPfMSF016L 3T陁Kh;$xnջ4#C 0UN>w.I;g~7tH +9EՅ"H%+(y}0S.=x/o=lXÞj,zfoޥւ4Vh?dp݇ɷM],vP6gDѾf ,&۵^vӄTa R4y{MZ)G(۫h''zۤR6U"$$y-zۥnP81'Hq̘sn_:d$o#0d)nc^z&7B>F+ ^d$(us2,%xt!W90M]){ z֙YOmМkma5>}Ak$՘e9%O W։АO_p= P1\qo,) XSb\6 .`Ew mFo0HЇ<LR6T"￷NstF)|O'҂sϟ,k5zY& ߖ"?9e}"@׊2U3[Q8sl'ރ26C >Y\]c/@8es_B hezd ~Nb ,}T5q(krl" uRu5Y kqsaws4lZpƸW6nfm܆,y nŃke5m,A^\ ݫ0v;'nBpq?t[J;Cmyn3:3ce=@&;\> H@]{=qyaqge^bˌ )3λ;{4cjyYoHDrMuD}=xjeb"j/կs˄xV2` 򎾻M90<ܝM^=z0׹+o6~u>~PzA%N .׷ЉAX<`pq^:3B'bUf ,MwKPԙuluSh=XIEVG)3ڦWܮV0LExu-xYtC/{Eno=r b]܏Msqj=<e\\-8cTGB7'oM4 #3.4>Bgֳ=A~XMɊ9q*lZ;\icySW&6:ઠ\OQ-i9jo-.=OIY\ϭsQ =bT4'&w5Mc*+ n|;= W*OJ%lϗ|a^~D/Vǃq^}^/j( gޏ1zџ'?:YrA?Wq<Іxx L&|=ṽ6 vAyW<ᖡ &?b"=Yr4 ? rB Cm?G';' z BfƣyG+~RSV oP'8~퐒B]л^ Z1iN_'bgm4>23qPzOp#2o [NLq%Vp9}w&Q̡~qXFpvHY^#L1})C\ eGM. _ 8~Q`8?bvGBr/a3&j]<]LfM3ӡ5&wOۙ?q+x8Fmc􆹘HIw޸Lxs 0s;>7$z?4u#o"|jѻ8KCv]fڮU4@pnm+G]϶ m+SC[٫x[?= ]hyAjPœ΃pw"umBjVryT0NAt&CryYА]Mg;Do0 SU[ߢ=1 a2js4u=*:&IWTJK-;8TDR(x=2dgs&H&Ǟ&.N$gc0LNՃ)2w|P:$RSRZ<00j4Uޛۥ 8|mWKMt;4~/Nu%$lRo!Eũ_mo8ڿeWG,-<: 7w"8 BZڡ#j}OϳIɷČ^U;4Da^iIe:>NPz?[Uym2\e~|-:m\ꓞh >r"{ޭ2ۇ.=.|p0q'']f_F>fI9/}O:]pw*zwdp0]DqR'' =$C/S° 9o&}2oQPbT(] CFp1ƶ&CWeh["8D > 8 0 W`Dp~<"Ihm_$@2PӉz QxEoU.wg<~#'/0yT]6t'`8DV6`p6ARi=6pl&yIDAT[@)b"0e{pFg9xl r ս-w[Am2їF]B>e_dcKa^~>ȣ 1ߣo~lhUFp(@gDeJP+] h?Ap$/&"8@?:o}{ 8ȟ? [By_aCo$&`BFPe|@px!%l\T Apx%\5)l_ΏMńNMW2°^x,v1,۽{mE"0wh82.-^?'<6RC{/܃_r:-YCs=!eEޥɼiMw[8Q66D1c%&k |U]K*̽ pMApĆ/uU-:#-2S.P)%Z[o,7u$[`ŏ=e5 ukb!u*z 8Te^P|F2v<o8V)|3q,Lg9*lrt47U5\ q]1OQ^mR4]%*AG >< ~J|=8[ygPt ,&ί'Eq9{pvgR|Ct)|p> 8K(|H$_AA'U]D2 ]C3^+@phGMѻ߂Аwp+%/ 8L w0!]  Z 8vW ЃG;dvAphϓjκМ{wj ܸ@phύE<؅+R> ᆻ]xǢE SxX݃vD|B9*C{ѽ/Z/J9D9=a14Pt8`wz_d&߽)|{fpGUt Ap 8axea0`0  Ap 8a0`E0  VU0 a^ ]`vJ|`Zv%b d `NnmW, >V)|px 0#0`0  + Ap 8a0`0  Ap,:a&.oIO$3'd{}oH:@9;s0=y{# n{4 =8a80Lo#v ]ڏˉ+(#|wÏM Ap 8ax a0`0  Ap 8a0`0 ?60̭E[<&Np%l7f%GFp=[ZU.I+p:~.&ίPFspdy,N0 <~Tus'GU`Nn9Ap ]lPPȥFpP,6bbwB{B;=APPT Ap 8a0`0  Ap .f~ojQZ"w)} jԋ'WZ+ iqwU ;9-7w'jV/twwZYWs߮$3/z;uc-?(W€z%h+Z6h\*pVlSp{ދog- \6G oUZ}YZIpV+RZ ~YZQU.*3@Ů:( Ap 8a0`0  Ap 8a0`0  Ap wt+6ԕ[yApC<Ćz aC:/??a05t!A6opihF:S7" !qH`orEAnV|RFpU !6g$c=c)g)2DpD>z;Cw7spsp !ܫ΅p{wAܻsk\EW q=CGW]Y.@px*ApxApx Ap 8a0`0  Ap 8a0`0  Ap 8a0`0  # mFưxUߘdlLS9df5\o .&,Omd_C9zu[:'z'^Լ!7?.V;޾ pI+Ke>V 6l7k#84jl^>ݻ_9G{xpli\~+#g#eBy,$.ڬҙhE>D..{Kѝ9ǥ'|ַ!IwR%{NJm/n>b1c,Y_:.i$@<;KXp- 튏<݉"·iwJ2)V= l¸z^W9>قĢ2 `zC$'URhhȏ\M\K|b-xM(.&eq7)-Q* $snھ~a^w I .%p@,(q'ODw#?>s ~H ,kY]8z+#Y2g;"1I'p/7KsbV| Q(x5gޅ"{ گ-T^Oe95O:% -* ]$ .,ZGp0 'SoA6یp-.|('\(f[0;"x޽3Y]\?뻟\e |bf' IDATx흋*qwwTDQ*M"νӅ]eAp 8c1p 8Ap 8c"<~-Ƥ_z^{\O ¯U>9p-@So oQMLR4!W*Go w ~urˬQ _+x^ 782^ݵJ*R/Wk[Q..hZj\^URL:+)M-cV<BUCaSzōHG[{Ւ&".M1˦-Y$IKCTBn ZqY|i{84*(2Y´&iԭn*R[⬋R.aY:U(myVf<ҼWb歗{[2 qI(-Vy*儜pәU\RyflޯT, .ֻ\кZY^ZR[w\QMFP[- ͻ( 0KMtiJnzafOj>zv!KEz8mP/UsyY/Q Y%ǔ:hU({NT@NtҨ2_5qoժf5",f>4{8*)qZnzwR}Y&O-,혒ti9R>/M0ZtA-+7^B++2i*c$y+䥪qW&w u@K/yE٪dD.Y?qqЊSԎK\B~6R@Ꞓf2ҩZZ|i7Of##svYpYj kQ|Pi\420].SjI@FK!J.5!^BUmWeЊSK-daU+.RX2Xmb1cYRIj5ID= mZY0YyʊRC.-FRM-QԄz>*4< ,Ww]FOS1"ޗ2ǴIJoN([l}vCVaO/L5-Sj{WUQRR0vs*_,-YIZto!A_^Su͆ .YY2&kY&K{`y Vi]E^hUލHWV/mk:)wVYB? mX#xӦVƨؽj심j-gG=KEHRqzb@ɺ6 YDfLԑ6?ObG0ϳ?^گEZq:f/̈́ꘕۖXڨ9γVC_ą)N oe}d,к/Z(4-+ZU!?2Z҄reÕg)[wJD:J/Mi^!=,_TD4f>՘B%F,yUq6wTPAƟ+䩬Bx Fp 8c1p 8Ap 8c1p 8Ap 8c1p 8Ap 8c1p 8Ap 8c1p 8Ap 8c1p 8Ap 8c1`N& uA~Ȓ5_ !8e{o CM49X!xz ؀Xz憜'nF7>9od|kt1e<)E]0 Aa|(ƱL% KAɡ|C/'^ OŦ}"&M :G(BwYIrz*!a**d+ Kh9+]j+ { @WG."}0^l| m[n9C[Z({> yM)k"4U" C PdڲKN5NPL<[Y,K-\M9C%V*,WlM $kt$RLJYFJgO1ܝ/,MzoJ[OHcTI*x)[}y4g㍂G:w0^hijFg/f"r^0\xi|L*9/mamCg9|h>*xj=I ʹHe Pk=Y7/ClF0 ٮǼ*RĽǕc 8T!xtf9Mu}6;y_(Bz{x #GYU[yg ,ةĐmBphb[p ǟl,m Pc{4ёot"x4ňˋ[]Cz1b҂^j]Qw!^L4{(t CҖߎkíٻ6G&/8zk ${Cty?3>96G?<9D(yUtK ݱ.l^Ͱd5΢[`@/aò?V'EpKyFxT o-z7>9cz8KOT x'5h/ Aē64൴R^wwV|G w1Bざ-A\0Q+EO)#dE{Ĭ~O2+_!~oo%.-KH w(hܢ.xG6qrIDűoۼ) _ыGd)exEua"|LK +"3s,lmOO߂q@R .wgZ _e\T|lO 7x'[_@p-A+fkj, /g'#ΣPEFrM=P g{o0^LnYgbuS5K[\!x)%G_?Z1 YrԎo|:\OenCz-%Qߢb1퍷%4P }}iEh?y7Y.M/cisun'(GٵpOQ c ‰tzNXp&D vz4лz7>9o\Sm^hG-0u[|!^L|[;nGj䛑ˇ{oF }S@<(LR^v[w˺fn!Ty esn(2BO`|!arG ćY :]ꔒwa~j.W%F񃈝DgNB*y"mu*os(Om!=_փ,1_±v 6'p,8(DߋU<gA(z|[8na@/%w%UuBiWܹ~ǂC Ck],Ql73dGbBylI~K|rB,v-+'֢^x!zA> lU]'( x/g[K O^B^|rlC/'^ Oz7>9o|r% KAɡ||/_ݘϼ(8Z)x>Gf|n3BSZ˙!C r8X`๔߱gjX(fy_F ˭_W;<&ʲ. 9bkmNfu6WbWz|~SrQ'G#6m|_.Tf֗9#K> >Kx'ݔYOnXGz7>9o|r% KAɡ|C/'^ Oz7>9o|r%8Z`|7=sCΓ` p 8Ƹl@z0.81.8 = 8c13r[@>998eʂx!z59XMu}Ғ5K@*4Xc3/w]V8 9!_wF?/lN"8iZMMp*_ޟq j< "z@p 8c1@p 8Ƹl@z0.8Ap @1コ8Ap @pLëD %zp7?&%=GpjT8Y8!pٽzp6?'sL] .N&˵Gp4>g!,Rljd_6pqp 8Ƹl@z0.81.8 = 8c1p 8Ƹl@z@p 8c1p 8Ap 8c = 8cM`'xm/͢q 2EQ؃ ; W` g]% $W?]=8K:{pw*'>hn8DLۙU q I&Ap 8c p 8~"8?vOح yR /cAp<|? S N1qPp3B,UcE@NnRoN|/qt߭S|%@?¿<|o]5+Jcf_(jAC c*^L+a\on@^8=O6oQ.SVX  7uo羚p)g,>kqo@=݋y® Kl^$Ral3;KXyWҽϙ]CΞOXY ?P~uWɀXspnanw-z&\j{xȍv}Vig-sE6ם 'jw*m[\B}r Mū Y}w'_#j)|k閒'j wFmOl\􍪽ӂ+WA!̪Mڸ=MI#ȯ}5 ν~ .0+-krM >i7j7 xtHÂx7r|IUͯɟ^;ө]8;b}&Kr`&e=9ÛS]~v1+&Mև+{~LWS2_sK^E= ),nYem~?Ii+xܱݥܷflq[~Cuw=@%xx^ow7K+snlt-f=?z,61 n\l^+=w9 ϻf׆.R}􅐆9yַҼ(qح_ p8! )aDø9͕skU:e7&(Ƕj+k:884?'+ ~x/{yP/U|_iwZDkxoX|{oqC-/C9Fp0yrX8 "/xy`\_n_k|7cJp~lb\OK"'<&73P4HlN=] gh{x+^>s)&~%W*W) .^ov.5ITV?c3o؅y8#p{GvE&mNCm\,iXX?ɟsiZ_AK9u,K?\(_'zGUC` l@!a],)R3x2b-TI.~ 6(8qlFpԼcU/ K;] &M"h ϗ(KI;.7¢l@<r=\S󶺬,J$}pfo{AX?ρ'?9YY|õJS-b{d=D<1KՈy-lJa]pΡY~7[yx[<0ˏ"dg͂+o۞ViQp0/W$Q6c餱z-ewbBKEAps )|haZ1p 8Ƹ8.x|?'~QZp6 =4 wq=8h<m4i<|ξpGUCY&Bpe 8c1コAp 8c1p 81.8Ap 8c @pqـ`\pS<- r`!^Li|y#8( .^!IApǜ'k I2Eڻ`F?ߋ<*:mĎ$9NT`i*,c\pm$XAD`GUCXMzlwz;[!ZLy! [BF4ܟѪ}:4ho㽉lJ otஉХzm D!63sm3yM\og8>?'orm["xz㯄Qsv}_uV-q [`#->)x1CxP|?nEW~7}>>o1Kr.OU0hnIUy; c1p 8Ap 8c1p 8Ap 8c1p 8Ap 8c1p 8w2V?'zL$7g],rކz 7#^w! SR}-]Зż.U AL{fM=~Z(u)OPR7`kKyR#8<%|mECْRyMgO$g{]h|W"uZMeaxB?Dq[N)bredr޽zRM^Q9Y5k E0!B{@DRT ҉d/ԩN8o/-먔R$NYp-j5I9^H.xa&{7uWL :VhY$[i_*pMPrUfSz&x)Rr?*(2nB) WS_x]EkAN"!ca,@DƝH-K)xѩ,\,VQZ)+NU2W j(x!m;la,5k/G1N(q!)E}e3PM/QOY^(&xP3*фQ'^1Ou8(N52wkLf7..[QVbzQN&R­J?VknQ^~cVJ4QqZP(3=#)+ Ǿ +/^h/'\Pn x2&x:I+ 7"xf=pׄo/@wM]PxI}i¿G􆩸g£ c1pLiڃ.IENDB`t Satisfaction With Neural NetworksptiArpad Kelemenelrparpa NNpaper16meArpadr135aMicrosoft Word 9.0e@2!@@J%@B^u%:~\՜.+,D՜.+,P px  0Springer VerlagR/q DocumentSummaryInformation8tXCompObj~j LOptimizing Intelligent Agents Constraint Satisfaction With Neural Networks Title 8@ _PID_HLINKSA|X7!mailto:kelemena@msci.memphis.edu  FMicrosoft Word Document MSWordDocWord.Document.89q      !". iV@V Normal $5$7$8$9DH$`a$OJQJ_HmH sH tH XX Heading 1+$$$ d@*$@&`5CJTT Heading 2,$$ d*$@&`5TT Heading 3,$$ d*$@&`5TT Heading 4$ & F<@&`5CJOJQJLL Heading 5 & F<@&` CJOJQJPP Heading 6 & F<@&`6CJOJQJHH Heading 7 & F<@&`OJQJLL Heading 8 & F<@&` 6OJQJR R Heading 9 & F<@&`56CJOJQJ<A@< Default Paragraph Font,, Header  p#, , Footer  p#&)@& Page NumberDO2D title $$$$ *$a$5CJ*OB* author $a$,OR, address$a$CJ0O0 email$a$ CJOJQJNON heading1#$$ @*$`5CJJOJ heading2#$$ @*$`5FF heading3$$ @@*$`5BB equation $ ]@xx^a$HOH figure legend$$x`CJPOP table title$$x`CJmHsHu@Ob@ abstract77Xx]7^7CJ"O" p1a `BOB referenceitem^`CJ@&@@ Footnote Reference CJ EHH*^^ Running head - left" $ ]`a$CJBB Running head - right!$a$1" Bullet Item_">TTf Item# & F >T-Tf^`1B Numbered Itemf$ & F>T.TfPRP Footnote Text % @Vd$^`VCJnbn programcode=&$ QOM @@@@@@@@xx^`a$OJQJZrZ Funotentext.Footnote' V^`VCJ.". Caption (xx544 heading4)@`6(U@( Hyperlink>*B*<C< Body Text Indent + 8V@8 FollowedHyperlink>*B* fSf Body Text Indent 3 -$5$7$8$9DH$`a$CJOJQJaJ2Kd}.Hbq     +*2Kd}.Hbe     qLix h[{^FGHK\$%&)?bc)*jklo,-.1Kyz}~cd !!G"J"""%&3'()))))*.Q.. /?/@/A/B/n/p/q/001N3o366w77::0;1;+>->.>"?>??AcOQQUUcVnVV*WpW7XX:YZZg[[\\{]^`^E_`` aja bbc`deeKffg!g"gugvgxg{gggggggggggggggggggggggh hhhh(h4h@hMh[h\h^hhhrh~hhhhhhhhhhhhhhhiiiii&i1iggjjNkslwlmmnoqtt t!!!t"t#t   y4!.-4 4  v64 4  FPz4  dG4{ 4 4_4$.t%~~t&.t'.t(at).tt 4*S4+1 41{4 OLE_LINK2 OLE_LINK4 OLE_LINK5 OLE_LINK1 OLE_LINK3 OLE_LINK7 OLE_LINK8Bp[ptppp q#qqCp\puppp q$qq[`afot,67Ai n ^dy)1LT"*//w/z/m0x03355e7o777J8T8 99^9f999::-:4::::: ;;;;<<n=y===>>??AAAA'B-B2B8B|DDLL,N5NkRpRSSqVvVVV:XCXIXQXXX=YBYZ ZZZZZI[L[[[\!\2\8\\\\\\\\\]]^ ^^^^^______3`=```aaa"anayaaa6bAbGbMb]bebbbbbcc1c8cccccd dd$d0d;dddidodtdzdd)e0e6e:eeeeeef0f>fKfQfxffffffggjjjMkop-pqj q ^HJ&(ln.0b" "j"n"*`*339+:::.>0>JJJJNNVVW"WWX_X[[A^C^aaeeff$g*gjLk-pq333333333333333333333333333333 Arpad KelemenC:\YULAN2\NNPaper17.doc Arpad KelemenC:\YULAN2\NNPaper17.doc Arpad KelemenC:\YULAN2\NNPaper17.docArpadC:\Arpad\paper\NNPaper17.docArpadgC:\Documents and Settings\Arpad.CSRG\Application Data\Microsoft\Word\AutoRecovery save of NNPaper17.asdArpadgC:\Documents and Settings\Arpad.CSRG\Application Data\Microsoft\Word\AutoRecovery save of NNPaper17.asdArpadgC:\Documents and Settings\Arpad.CSRG\Application Data\Microsoft\Word\AutoRecovery save of NNPaper17.asdArpadgC:\Documents and Settings\Arpad.CSRG\Application Data\Microsoft\Word\AutoRecovery save of NNPaper17.asdArpadgC:\Documents and Settings\Arpad.CSRG\Application Data\Microsoft\Word\AutoRecovery save of NNPaper17.asdArpadgC:\Documents and Settings\Arpad.CSRG\Application Data\Microsoft\Word\AutoRecovery save of NNPaper17.asdO *t$3  2AN?zSM(^JVrM @ OJQJo(@ OJQJo(@ OJQJo(@ OJQJo(@ OJQJo(@ OJQJo(hhh^h`.h88^8`.hL^`L.h  ^ `.h  ^ `.hxLx^x`L.hHH^H`.h^`.hL^`L.hhh^h`.h88^8`.hL^`L.h  ^ `.h  ^ `.hxLx^x`L.hHH^H`.h^`.hL^`L.h^`.h^`.hpLp^p`L.h@ @ ^@ `.h^`.hL^`L.h^`.h^`.hPLP^P`L.hh^h`o(()hh^h`o(.JVrM*t$ 2N?SMGHK\%&)?)klo-.1Kyz!g"gugvgxg{gggggggggggggggggggggggh hhhh(h4h@hMh[h\h^hhhrh~hhhhhhhhhhhhhhhiiiii&i1i