WO2000065468A2 - Process optimation - Google Patents

Process optimation Download PDF

Info

Publication number
WO2000065468A2
WO2000065468A2 PCT/SE2000/000730 SE0000730W WO0065468A2 WO 2000065468 A2 WO2000065468 A2 WO 2000065468A2 SE 0000730 W SE0000730 W SE 0000730W WO 0065468 A2 WO0065468 A2 WO 0065468A2
Authority
WO
WIPO (PCT)
Prior art keywords
step size
calculated
vertices
vertex
new
Prior art date
Application number
PCT/SE2000/000730
Other languages
French (fr)
Other versions
WO2000065468A8 (en
Inventor
Tomas ÖBERG
Original Assignee
Multisimplex Ab
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from SE9901429A external-priority patent/SE9901429D0/en
Application filed by Multisimplex Ab filed Critical Multisimplex Ab
Priority to AU46328/00A priority Critical patent/AU4632800A/en
Publication of WO2000065468A2 publication Critical patent/WO2000065468A2/en
Publication of WO2000065468A8 publication Critical patent/WO2000065468A8/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B13/00Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion
    • G05B13/02Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric
    • G05B13/0205Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric not using a model or a simulator of the controlled system
    • G05B13/024Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric not using a model or a simulator of the controlled system in which a parameter or coefficient is automatically adjusted to optimise the performance

Definitions

  • the present invention relates to methods, devices, systems and computer program products for optimising the performance of processes or systems.
  • control variables could be; slice lip position; head box tilt angle; vacuum valve positions; and chemical additive flow.
  • desired response could be chemical costs with targets for brightness, final pH and remaining peroxide while the control variables could be temperature, peroxide levels and alkali flow rate.
  • One way of optimising a process or system is by non-systematic "trial and error" and another way is by changing one control variable at a time while holding the rest constant. Both of these methods are time-consuming and are ineffective at taking into account dynamic changes in the process or system, for example, changes in the composition of the fuel in a combustion process or system.
  • the basic simplex method is based on an initial set of k + 1 trials where k is the number of variables.
  • a k + 1 geometric figure in a k- dimensional space is called a simplex and the corners of the simplex are called vertices (see figure 1 ).
  • the initial simplex set consists of three trials (k + 1 ) where each trial forms a vertex of the simplex. This number of trials corresponds to the minimum necessary for defining a direction of improved response and is an economical and timesaving way to start an optimisation project.
  • the simplex process is sequential with the rejection of one of the current trials and the addition and evaluation of one new trial at a time.
  • the algorithm that the simplex process follows contains the following steps: reject the trial with the least favourable response value in the current simplex; calculate a new set of control variable levels (a "trial") by reflecting into the control variable space opposite the least favourable result; replace the rejected trial by the new trial to form a new simplex; and, then return to the first step.
  • This algorithm can continue indefinitely or can stop or pause after a certain number of steps or when a target performance has been obtained.
  • the simplex will oscillate between this trial and the previous rejected trial. This can be avoided by applying the rule that it is not permitted to return to a trial that has just been rejected. Instead the second least favourable trial is rejected and the next simplex is reflected away from it.
  • any trial that has been retained for a specified number of steps is re-evaluated.
  • a check is made of intended trials before they are implemented and if they would violate the control boundaries a very unfavourable response value is instead applied in order to force the simplex back within the specified boundaries.
  • the simplex method leads systematically to the optimum levels for the control variables.
  • the simplex method finds the optimum response with fewer trials than the non- systematic approaches or the method of changing one variable at a time.
  • the simplex method is also easily automated. Further research in the field of optimisation has led to an improved simplex method called the modified simplex method. This is described in an article called "A simplex method for function minimization" in "Computer Journal”. Vol. 7, 1965. pages 308-313, by Nelder and Mead.
  • the modified simplex algorithm is a variable size simplex in which the simplex expands in the direction of more favourable conditions and contracts if a move was taken in the direction of less favourable conditions.
  • the expansion and contraction enable the simplex to accelerate along a successful track of improvement and to home in on the optimum conditions.
  • the modified simplex therefore usually reaches the optimum region more quickly than the basic simplex method and it can pinpoint the optimum levels more closely.
  • a problem with the modified simplex methods or other polyhedron or hyperpolyhedron based optimisation algorithms is that it can be difficult or even impossible for them to detect when process or system conditions change. This is because as they home in onto the optimum response the simplexes, resp. polyhedrons resp. hyperpolyhedrons contract. This leads to insensitivity. as the step size may be too small to detect any noticeable difference in the performance of the process or system. If the process or system conditions change so that there is a new optimum response, which is not detected by the contracted simplex resp. polyhedron, resp. hyperpolyhedron then the new optimum response will not be found.
  • the object of the invention is to provide methods, devices, systems and computer program products for overcoming some or all of the above stated problems.
  • the present invention solves at least some of the above stated problems by means of methods having the features mentioned in the characterising part of claim 1.
  • the present invention solves at least some of the above stated problems by means of computer program products having the features of claim 7.
  • the present invention solves at least some of the above stated problems by means of computers having the features of claim 8.
  • a method for optimising a process or system has an optimisation algorithm, which is provided with a method for controlling the minimum size of an optimisation step so that it can react more quickly to changes in the conditions of a process or system.
  • a method for optimising a process or system has an optimisation algorithm that is provided with a method for controlling the maximum size of an optimisation step in order to prevent it from oscillating around but never entering the optimum region if the width of the optimum region is much smaller than the step size.
  • a method for optimising a process or system has an optimisation algorithm that is provided with a method for controlling both the maximum and minimum sizes of an optimisation step in order to achieve both of the above-mentioned effects.
  • the methods for controlling the minimum and/or maximum sizes of an optimisation step can be selectively deactivated in order to allow a user to, for example, reduce the sensitivity of the optimisation algorithm and/or to allow a rapid but coarse initial optimisation of the optimisation algorithm.
  • Figure 1 shows the elements of a simplex for two control variables x and y.
  • Figure 2 shows a typical optimisation sequence using the basic simplex method
  • Figure 3 shows the elements of a modified simplex for two control variables.
  • Figure 4 shows a typical optimisation sequence using the modified simplex method.
  • Figure 5 shows the elements of a modified simplex in accordance with an embodiment of the invention.
  • Figure 6 shows a typical optimisation sequence using a modified simplex method adapted in accordance with an embodiment of the invention.
  • Figures 7a) - 7c) show examples of possible adjustment steps in accordance with embodiments of the present invention.
  • Figure 8 is a flow diagram representing a method in accordance with the first embodiment of the invention. Detailed Description of Embodiments
  • Figure 1 shows the elements of a simplex for two control variables x and y.
  • control variable x can be the amount of exhaust gases which are reintroduced in the furnace
  • control variable y can be the amount of urea added to the furnace and the desired response is a decrease in the amount of NO x released.
  • W, N and B are made in the first step of the simplex method for two variables, where W gives the worst response, i.e. the highest amount of NO released. N gives the next to worst response and B gives the best response.
  • Figure 2 shows 4 steps in a typical optimisation sequence using the simplex method.
  • the first two steps are the same as described for figure 1.
  • the vertex N from the earlier steps is rejected.
  • a new simplex is then formed using points B, R and R', where R' is a new trial which is positioned at the reflection of trial N through the average of trials B and R. If vertex B now gives the worst response it is rejected.
  • a new simplex is then formed using points R, R' and R", where R" is a new trial which is positioned at the reflection of trial B through the average of trials R and R'.
  • Figure 3 shows the elements of a prior art modified simplex for two control variables.
  • a following step can expand in the direction of more favourable conditions, as shown by E, or contract as shown by C ⁇ and C R , where C represents a negative contraction, i.e. a contraction in the direction towards the worst vertex W. and C R represents a positive contraction, i.e. a contraction in the direction towards the reflection R of the worst vertex.
  • Figure 4 shows 7 steps in a typical optimisation sequence using the prior art modified simplex method.
  • the initial simplex consists of vertices 1, 2 and 3.
  • the simplex begins with a reflection to point 4 followed by a successful expansion leading to a second simplex containing the vertices 2, 3 and 5.
  • the next step is a reflection to point 6 followed by a failed expansion to point 7 (i.e. point 7 gives a less satisfactory result than point 6) leaving the reflection simplex containing the vertices 3. 5 and 6.
  • the next move is a reflection to point 8 that gives a poor result but not as poor as the result of vertice 3 so a C R contraction is applied which results in the fourth simplex containing the vertices 5, 6 and 9.
  • the step size may be so small that the modified simplex never leaves the first region or it may take a long time to leave that region.
  • FIG. 5 shows the elements of a modified simplex that has been further modified in accordance with a first embodiment of the present invention.
  • each control variable x. y has an associated minimum step size.
  • X m i n > m ⁇ m respectively.
  • the minimum step sizes can be given a certain value by a user or they can be changed during the sequence to take into account variations in the conditions.
  • the minimum step size could be a proportion, e.g. one quarter, of the average step size during the last n steps, where n preferably can be adapted by an operator or be adapted by a program.
  • the projected distance in the direction of each variable of the new vertex from the other vertices in the new simplex is calculated.
  • the minimum step sizes can be selectively ignored during part of the optimisation sequence. This can be useful if it is suspected that one or more of the chosen minimum sizes are too large and are therefore preventing the optimisation sequence from homing-in on the optimum conditions.
  • a modified simplex is further modified by each variable x. y having an associated maximum step size x ma , y max , respectively .
  • the maximum step sizes can be given a certain value by a user or they can be changed during the sequence to take into account variations in the conditions.
  • the maximum step size could be a proportion, e.g. twice the average step size during the last n steps. In this way the size of the steps for each variable are prevented from becoming too large which can lead to the optimisation sequence oscillating around but never finding the optimum region if the width of the optimum region is much smaller than the step size.
  • the projected distance of the new vertex in the direction of each variable from the other vertices in the new simplex is calculated.
  • the maximum step sizes can be selectively ignored during part of the optimisation sequence. This can be useful if it is suspected that one or more of the chosen maximum sizes are too small and are therefore preventing the optimisation sequence from rapidly homing-in on the optimum conditions.
  • a modified simplex is provided with both minimum and maximum step sizes for each variable x. y in order to achieve the advantages of both the first and second embodiments.
  • Figure 6 shows a typical optimisation sequence similar to the first 5 steps used in figure 4 but using a modified simplex method adapted in accordance with the first embodiment of the present invention.
  • the projected contraction in the y direction for the step to the vertex 1 1 from vertex 10 has a length y 6-9 which is less then y min This step is therefore rejected and a new corrected vertex 1 I CORR is calculated for which the projected step in the y direction is equal to or greater than y m i n .
  • the new calculated vertex is found by a contraction through the average of the previous trials 6 and 9, in which instead of contracting by a factor of 50% the contraction is adapted so that the projected distance of 1 I CO R R fr° m vertices 6 and 9 is at least y m ⁇ n .
  • the contraction-could be, for example, by a factor of only 20% or 25%.
  • the simplex point 12 is found using point 6 reflected through the line joining vertices 9 and 1 I CO R R -
  • the corrected vertex can be found by reflection and subsequent contraction through some other point on the line connecting the remaining vertices.
  • An example of this is shown in figure 7a).
  • the vertex R found by the reflection of vertex F of simplex FGH through point O. is contracted to give vertex C.
  • the step in the y direction to C is less than y min and therefore C is rejected and a new vertex must be found.
  • the point of reflection is shifted to a new position, for example half way between G and O, to give a new point of reflection O'.
  • a new reflection R is calculated and contracted to give vertex C.
  • This vertex has a projected step in the y direction, which is greater than y min and is therefore accepted.
  • Figure 7b shows a further embodiment of the invention in which a new vertex C add is found by adding a step y add in the y direction to a vertex C which has a step in the y direction which is less than > m ⁇ n .
  • Step > add can be calculated to be exactly large enough so that the new vertex C add exactly fulfils the conditions of y m or a standard step in the y direction ⁇ stan can be predetermined and used.
  • the standard step may need to be added to the vertex C a number of times before the step in the y direction is equal to or greater than y m ⁇ n .
  • Figure 7c shows yet another embodiment of the invention in which a new vertex
  • C lt3 is found by an iterative process.
  • vertex C has a step in the y direction which is less than y m ⁇ n .
  • a new point C It ⁇ is found by shifting C a distance along the line joining O and reflection R. This distance that C is shifted can be any suitable amount, e.g. 10% or 20 % of the distance from O to C or a fixed distance e.g. 1 unit.
  • vertex C lU has a step in the y direction which is less than y mm
  • a new point C lt2 is found by shifting C lt] a distance along the line joining O and reflection R. This can be continued until a point, in this example C It3 , is found which has a step in the > direction which is greater than y m ⁇ n .
  • the invention is naturally not limited to optimisation problems having just 2 variables but can be adapted to any number K of variables.
  • the invention is also not limited to the simplex optimisation methods with only K+l vertices in each step, but can be adapted to any optimisation method, such as genetic algorithms, simulated annealing algorithms, etc. where each step is defined by a finite number of vertices confining a polyhedron or hyperpolyhedron. It is also conceivable that only some variables are provided with maximum and minimum step sizes while other ⁇ ariables have unlimited step sizes.
  • the invention is not limited to the case when the minimum or maximum step size is defined by the distance between a vertex and all other vertices in the simplex, polyhedron or hyperpolyhedron but it they can be defined in other ways, for example the distance from the vertex and some other predefined, calculated or selected point or line or plane such as the point of reflection or the line or plane joining the other vertices or the nearest and/or furthest other vertex, etc., or a combination thereof.
  • the present invention can be realised in the form of a computer program product, called "software” in the following for the sake of brevity, for use in a computing device such as a main frame computer, micro computer, personal computer, microprocessor or the like, called “computer” in the following for the sake of brevity, for controlling a process or system or the like.
  • the software can be executed on a suitable process control computer that is connected by interfaces to process actuators and sensors.
  • the process actuators can be, for example, remotely controlled valves, which can be opened or closed in response to a signal from the control computer in order to change control variables.
  • the sensors can.
  • the software is intended to achieve a reduction in the NO x released from a combustion process, in which the control variable which the software can change are the amount of urea added to the combustion process and the amount of exhaust gases recirculated, then the control outputs of the control computer would be interfaced to an actuator for a valve for controlling the amount of urea (called a urea valve from now on in the interest of brevity) and an actuator for a valve for controlling the exhaust gas recirculation (called a recirculation valve from now on in the interest of brevity).
  • an actuator for a valve for controlling the amount of urea called a urea valve from now on in the interest of brevity
  • an actuator for a valve for controlling the exhaust gas recirculation called a recirculation valve from now on in the interest of brevity
  • control computer inputs would be interfaced to a sensor for measuring the amount of NO x in the exhaust and other sensors for measuring parameters which are of interest from a process standpoint (e.g. combustion temperature, exhaust temperature, amount of ammonia in the exhaust, air/fuel ratio etc.) but which are not relevant to the explanation of how the present invention functions and are therefore omitted from this description.
  • the software in accordance with the first embodiment of the invention performs the following functions, as illustrated in a flow diagram in figure 8: in step 801 it sets each of the control variables, i.e. amount of urea added (called control variable "x") and amount of exhaust gases recirculated (control variable "y”) to a first value.
  • step 803 it then monitors the combustion process until it reaches a steady state and then in step 805 measures and records the first steady state response of the combustion process, where the response that is measured is the concentration of NO x in the exhaust gases.
  • the software changes the control variables x, y to new second values in step 807, monitors the combustion process until it reaches a steady state 809 and measures and records the second steady state response of the system in step 81 1.
  • the other control variables of the system are kept constant.
  • the software changes the control variables x, y to new third values in step 813, monitors the combustion process until it reaches a steady state in step 815 and measures and records the third steady state response of the system in step 817.
  • the software orders the 3 responses in order of worst to best system response, for example, let us assume that the first trial W gives the worst response (i.e. has the highest NO x ), the second trial N is better and the third trial B is best.
  • These three trials are used by the software in step 821 as vertices in a simplex.
  • the software is provided with a modified simplex type algorithm that is used in step 823 for calculating a new simplex vertex R based on the three original vertices.
  • the trial W which gave the worst response is rejected by the software and a new simplex is formed using vertices N, B and R.
  • R is a new vertex corresponding to a new trial that uses the values of the control variables x and y which can be found at the position of the reflection of trial W through the average of trials N and B.
  • the software calculates for each control variable x. y the projected step size in the direction of each control variable from the new vertex R and the other vertices.
  • the software is provided with accessible memory or other storage means for storing minimum values of each control variable x. y. for the projected step sizes in the directions of the control variables i.e.
  • the minimum step sizes can be given a certain predetermined value by a user or they can be changed by the software during the sequence to take into account variations in the conditions.
  • the minimum step size could be a proportion, e.g. one quarter, of the average step size during the last n steps.
  • the projected distance in the direction of each variable of the new vertex R from the other vertices N, B in the new simplex is calculated in step 825 and in step 827 each of these projected distances are compared against the appropriate minimum step size.
  • step 829 the control variables are set to the values found at vertex R and the process is continued until a steady state is reached.
  • the response of the system to the values of the control variable x, y at R is measured in step 831.
  • the software then returns to step 819 and uses R instead of W for calculating a new simplex, again using the rules in accordance with the present invention regarding expansion, reflection and contraction mentioned above.
  • step 825 if a trial calculated at step 825 would result in a new vertex R which at step 827 is found to be is less than the defined minimum step size for one of the variables from all other vertices in the simplex then this vertex is rejected and at step 833 a further new vertex R NEW is calculated in which the step sizes for the variables x, y are equal to or greater than their respective minimum step sizes, x m i n , y m i n .
  • the software then goes to step 829 and adjusts the control parameters x, y of the process to the values found at R NEW and lets the process continue until a steady state is reached.
  • the response of the system to the values of the control variable x, y at R NEW is measured at step 831 and a new simplex is calculated, using the rules in accordance with the present invention regarding expansion, reflection and contraction mentioned above.
  • the software may alternatively be programmed to first identify which of the earlier vertices is/ are closest to the new vertex R in each of the projected directions of the control variables and then to just calculate the minimum step size between the new vertex R and the vertex which is nearest to it in the projected direction of the control variable. If the step to this vertex is greater than the minimum step size for that control variable, then the step size for all vertices which are further away from the new vertex will also be greater than the minimum step size and it is therefore unnecessary to repeat the comparison for all the vertices.
  • the use of a minimum step size can preferably be selectively activated and deactivated in order to allow an operator to influence the progression of the optimisation method.
  • the minimum step sizes used by the software preferably are made adjustable as mentioned earlier in this description.
  • the software of the type described in connection with the first embodiment of the present invention is provided with accessible memory or other storage means for storing maximum values of each control variable x, y, for the projected step sizes in the directions of the control variables i.e. maximum step sizes x max , y max , respectively.
  • the maximum step sizes can be given a certain predetermined value by a user or they can be changed by the software during the sequence to take into account variations in the conditions.
  • the maximum step size could be a proportion, e.g. one quarter, of the average step size during the last n steps.
  • the projected distance in the direction of each variable of the new vertex R from the other vertices N. B in the new simplex is calculated. If a calculated trial would result in a new vertex R which is closer than the defined maximum step size for the variables from all other vertices in the simplex then the control variables are set to the values found at vertex R and the process is continued until a steady state is reached.
  • the response of the system to the values of the control variable x, y at R is measured and a new simplex is calculated, using the rules in accordance with the present invention regarding expansion, reflection and contraction mentioned above.
  • the software may alternatively be programmed to first identify which of the earlier vertices is/are furthest from the new vertex R in each of the projected directions of the control variables and then to just calculate the maximum step size between the new vertex R and the vertex which is furthest from it in the projected direction of the control variable. If the step to this vertex is smaller than the maximum step size for that control variable, then the step size for all vertices which are closer to the new vertex will also be less than the maximum step size and it is therefore unnecessary to repeat the comparison for all the vertices.
  • the use of a maximum step size can preferably be selectively activated and deactivated in order to allow an operator to influence the progression of the optimisation method.
  • the maximum step sizes used by the software preferably are made adjustable as mentioned earlier in the description of this invention.
  • a third embodiment of the present invention can be made by providing both a minimum step size and a maximum step size for each control variable.
  • the step size in the direction of a control variable is compared against both the minimum step size and the maximum step size for that control variable. If the step size is greater than the minimum step size and less than the maximum step size for that control variable then for it is accepted, otherwise a new step is calculated which lies between these limits.
  • a program product in accordance with present invention can be stored as a computer readable code in storage media such as computer memory, disks, CDs or other media suitable for storing computer program products in a readable form.
  • the program product can be stored remotely from the site where the process or system which is to be optimised is positioned and can be accessed by, for example, the Internet, or some other wireless or cable communication means.

Abstract

The present invention relates to methods, devices, program products for optimising the response of a process system comprising K variables (x, y), wherein the invention comprises the steps of using an optimisation algorithm to calculate the vertices of a simplex, polyhedron or hyperpolyhedron; defining a minimum step size (xmin, ymin) and/or a maximum step size (xmax, ymax) for at least one of said variables (x, y); repositioning said calculated new vertices (R, C, CR, CW, E) if a step size projected in the direction of said least one variable (x, y) between said new vertex or vertices (R, C, CR, CW, E) and a predefined or calculated or selected point or line or plane or hyperplane is less than said minimum step size (xmin, ymin) and/or greater than said maximum step size(xmax, ymax); and setting the control variables to the values of the calculated vertex or values of the calculated vertices which give a step size greater than the minimum step sizes and/or give a step size less than the maximum step sizes.

Description

PROCESS OPTIMATION
Technical Field of the Invention
The present invention relates to methods, devices, systems and computer program products for optimising the performance of processes or systems.
Description of Related Art
When optimising the performance of technical systems and processes such as, for example, the combustion of fuel, the production of chemical or biochemical products or the machining of parts, it is often necessary to adjust the control variables and measure the responses of the processes or systems to the adjustments in order to find the best possible response or a region in which all responses are adequate. Usually many conflicting responses must be optimised simultaneously, e.g. in the burning of fuel it may be desired to have as complete combustion as possible while at the same time it is necessary to hold the combustion temperature below a certain temperature and also to reduce the emissions of oxides of nitrogen to a low level. In the case of a paper producing machine the desired response may be "formation", i.e. the uniformity of fibres in a sheet of paper while the control variables could be; slice lip position; head box tilt angle; vacuum valve positions; and chemical additive flow. In pulp bleaching the desired response could be chemical costs with targets for brightness, final pH and remaining peroxide while the control variables could be temperature, peroxide levels and alkali flow rate. One way of optimising a process or system is by non-systematic "trial and error" and another way is by changing one control variable at a time while holding the rest constant. Both of these methods are time-consuming and are ineffective at taking into account dynamic changes in the process or system, for example, changes in the composition of the fuel in a combustion process or system. In 1962 an efficient sequential optimisation method called the basic simplex method was presented by Spendley et al in an article called "Sequential Application of Simplex Designs in Optimisation and Evolutionary Operation" in Technometrics Vol. 4, No. 4. November 1962, pages 441 -461. The basic simplex method is based on an initial set of k + 1 trials where k is the number of variables. A k + 1 geometric figure in a k- dimensional space is called a simplex and the corners of the simplex are called vertices (see figure 1 ). With two variables (k=2) the initial simplex set consists of three trials (k + 1 ) where each trial forms a vertex of the simplex. This number of trials corresponds to the minimum necessary for defining a direction of improved response and is an economical and timesaving way to start an optimisation project.
After the initial trial set the simplex process is sequential with the rejection of one of the current trials and the addition and evaluation of one new trial at a time. The algorithm that the simplex process follows contains the following steps: reject the trial with the least favourable response value in the current simplex; calculate a new set of control variable levels (a "trial") by reflecting into the control variable space opposite the least favourable result; replace the rejected trial by the new trial to form a new simplex; and, then return to the first step.
This algorithm can continue indefinitely or can stop or pause after a certain number of steps or when a target performance has been obtained.
If the calculated reflection in the control variables produces a least favourable result then the simplex will oscillate between this trial and the previous rejected trial. This can be avoided by applying the rule that it is not permitted to return to a trial that has just been rejected. Instead the second least favourable trial is rejected and the next simplex is reflected away from it.
To prevent the simplex becoming stuck around a false favourable response, any trial that has been retained for a specified number of steps is re-evaluated. In order to prevent the simplex violating the effective boundaries of the control variables, a check is made of intended trials before they are implemented and if they would violate the control boundaries a very unfavourable response value is instead applied in order to force the simplex back within the specified boundaries.
The simplex method leads systematically to the optimum levels for the control variables.
The simplex method finds the optimum response with fewer trials than the non- systematic approaches or the method of changing one variable at a time. The simplex method is also easily automated. Further research in the field of optimisation has led to an improved simplex method called the modified simplex method. This is described in an article called "A simplex method for function minimization" in "Computer Journal". Vol. 7, 1965. pages 308-313, by Nelder and Mead.
The modified simplex algorithm is a variable size simplex in which the simplex expands in the direction of more favourable conditions and contracts if a move was taken in the direction of less favourable conditions. The expansion and contraction enable the simplex to accelerate along a successful track of improvement and to home in on the optimum conditions. The modified simplex therefore usually reaches the optimum region more quickly than the basic simplex method and it can pinpoint the optimum levels more closely.
A number of other modifications of the Nelder and Mead method has been presented. Several of those other modified methods are described in an article called "Reflections on the modified simplex II" in "Talanta", Vol. 32, No. 8B, pages 723-
734, by Betteridge and Wade, and in the textbook "Sequential simplex optimization", CRC Press, 1991 , ISBN 0-8493-5894-9. by Walters, Parker, Morgan and Deming. Some examples of those other modified methods are the weighted centroid simplex, the super-modified simplex, the controlled weighted simplex, and the composite modified simplex.
In addition to simplex and modified simplex algorithms there are other optimisation algorithms such as genetic algorithms and simulated annealing algorithms where each iteration can be described as a move from one polyhedron or hyperpolyhedron to another one.
A problem with the modified simplex methods or other polyhedron or hyperpolyhedron based optimisation algorithms is that it can be difficult or even impossible for them to detect when process or system conditions change. This is because as they home in onto the optimum response the simplexes, resp. polyhedrons resp. hyperpolyhedrons contract. This leads to insensitivity. as the step size may be too small to detect any noticeable difference in the performance of the process or system. If the process or system conditions change so that there is a new optimum response, which is not detected by the contracted simplex resp. polyhedron, resp. hyperpolyhedron then the new optimum response will not be found.
Summary
The object of the invention is to provide methods, devices, systems and computer program products for overcoming some or all of the above stated problems.
The present invention solves at least some of the above stated problems by means of methods having the features mentioned in the characterising part of claim 1.
The present invention solves at least some of the above stated problems by means of computer program products having the features of claim 7.
The present invention solves at least some of the above stated problems by means of computers having the features of claim 8.
In a method in accordance with a first embodiment of the present invention, a method for optimising a process or system has an optimisation algorithm, which is provided with a method for controlling the minimum size of an optimisation step so that it can react more quickly to changes in the conditions of a process or system.
In a second embodiment of the present invention, a method for optimising a process or system has an optimisation algorithm that is provided with a method for controlling the maximum size of an optimisation step in order to prevent it from oscillating around but never entering the optimum region if the width of the optimum region is much smaller than the step size.
In a further embodiment of the present invention, a method for optimising a process or system has an optimisation algorithm that is provided with a method for controlling both the maximum and minimum sizes of an optimisation step in order to achieve both of the above-mentioned effects. In a further embodiment of the present invention, the methods for controlling the minimum and/or maximum sizes of an optimisation step can be selectively deactivated in order to allow a user to, for example, reduce the sensitivity of the optimisation algorithm and/or to allow a rapid but coarse initial optimisation of the optimisation algorithm.
The invention will be described more closely in the following by means of non- limiting examples of embodiments and figures which illustrate the inventive concept applied to an optimisation method of the modified simplex type.
Brief Description of the Drawing
Figure 1 shows the elements of a simplex for two control variables x and y.
Figure 2 shows a typical optimisation sequence using the basic simplex method
Figure 3 shows the elements of a modified simplex for two control variables.
Figure 4 shows a typical optimisation sequence using the modified simplex method.
Figure 5 shows the elements of a modified simplex in accordance with an embodiment of the invention.
Figure 6 shows a typical optimisation sequence using a modified simplex method adapted in accordance with an embodiment of the invention.
Figures 7a) - 7c) show examples of possible adjustment steps in accordance with embodiments of the present invention.
Figure 8 is a flow diagram representing a method in accordance with the first embodiment of the invention. Detailed Description of Embodiments
Figure 1 shows the elements of a simplex for two control variables x and y. For example, in a waste incinerating process or system, control variable x can be the amount of exhaust gases which are reintroduced in the furnace, control variable y can be the amount of urea added to the furnace and the desired response is a decrease in the amount of NOx released. Three trials W, N and B are made in the first step of the simplex method for two variables, where W gives the worst response, i.e. the highest amount of NO released. N gives the next to worst response and B gives the best response. In the next step of the simplex method the trial W which gave the worst response is rejected and a new simplex (shown with dashed lines) is formed using points N, B and R, where R is a new trial using the values of the control variables x and y which can be found at the position of the reflection of trial W through the average of trials N and B.
Figure 2 shows 4 steps in a typical optimisation sequence using the simplex method. The first two steps are the same as described for figure 1. In the third step the vertex N from the earlier steps is rejected. A new simplex is then formed using points B, R and R', where R' is a new trial which is positioned at the reflection of trial N through the average of trials B and R. If vertex B now gives the worst response it is rejected. A new simplex is then formed using points R, R' and R", where R" is a new trial which is positioned at the reflection of trial B through the average of trials R and R'.
Figure 3 shows the elements of a prior art modified simplex for two control variables. In the modified simplex a following step can expand in the direction of more favourable conditions, as shown by E, or contract as shown by C\ and CR, where C represents a negative contraction, i.e. a contraction in the direction towards the worst vertex W. and CR represents a positive contraction, i.e. a contraction in the direction towards the reflection R of the worst vertex.
Figure 4 shows 7 steps in a typical optimisation sequence using the prior art modified simplex method. The initial simplex consists of vertices 1, 2 and 3. The simplex begins with a reflection to point 4 followed by a successful expansion leading to a second simplex containing the vertices 2, 3 and 5. The next step is a reflection to point 6 followed by a failed expansion to point 7 (i.e. point 7 gives a less satisfactory result than point 6) leaving the reflection simplex containing the vertices 3. 5 and 6. The next move is a reflection to point 8 that gives a poor result but not as poor as the result of vertice 3 so a CR contraction is applied which results in the fourth simplex containing the vertices 5, 6 and 9. The following step is a reflection to point 10 which gives a worse result so it leads to a C contraction which leads to the fifth simplex 6. 9 and 1 1. Simple reflection of this simplex gives the simplex 9. 1 1 and 12. The last few steps take place in a small region of diagram and if the responses of the trials are similar then new trials will tend to collect in this small region. This is because the continued contractions lead to the steps getting closer and closer together. If the conditions of the process or system change, for example, in a combustion process or system, if the temperature changes or the air/fuel ratio is changed, such that a better performance is available in another region while at the same time the signal-to-noise ratio in the first region is inadequate so that small improvements are not detected, then the step size may be so small that the modified simplex never leaves the first region or it may take a long time to leave that region.
Figure 5 shows the elements of a modified simplex that has been further modified in accordance with a first embodiment of the present invention. In this further modified simplex each control variable x. y has an associated minimum step size. Xmin, >mιm respectively. The minimum step sizes can be given a certain value by a user or they can be changed during the sequence to take into account variations in the conditions. For example, the minimum step size could be a proportion, e.g. one quarter, of the average step size during the last n steps, where n preferably can be adapted by an operator or be adapted by a program. The projected distance in the direction of each variable of the new vertex from the other vertices in the new simplex is calculated. If a calculated trial would result in a new vertex which is less than the defined minimum step size for one of the variables from all other vertices in the simplex then this vertex is rejected and a further new vertex is calculated in which the step sizes for the variables are equal to or greater than their respective minimum step sizes. In this way the size of the steps for each variable is prevented from becoming so small that it takes a large number of steps for the optimisation sequence to react to changes in the operating conditions.
It is also possible to arrange that the minimum step sizes can be selectively ignored during part of the optimisation sequence. This can be useful if it is suspected that one or more of the chosen minimum sizes are too large and are therefore preventing the optimisation sequence from homing-in on the optimum conditions.
In a second embodiment of the invention a modified simplex is further modified by each variable x. y having an associated maximum step size xma , ymax, respectively .
The maximum step sizes can be given a certain value by a user or they can be changed during the sequence to take into account variations in the conditions. For example the maximum step size could be a proportion, e.g. twice the average step size during the last n steps. In this way the size of the steps for each variable are prevented from becoming too large which can lead to the optimisation sequence oscillating around but never finding the optimum region if the width of the optimum region is much smaller than the step size. The projected distance of the new vertex in the direction of each variable from the other vertices in the new simplex is calculated. If a calculated new vertex would result in a step size for a variable which is greater than the maximum step size permitted for the variable then this vertex is rejected or a further new vertex is calculated in which the step size is equal to or less than the maximum permitted step size for that variable.
It is also possible to arrange that the maximum step sizes can be selectively ignored during part of the optimisation sequence. This can be useful if it is suspected that one or more of the chosen maximum sizes are too small and are therefore preventing the optimisation sequence from rapidly homing-in on the optimum conditions.
In a third embodiment of the invention, a modified simplex is provided with both minimum and maximum step sizes for each variable x. y in order to achieve the advantages of both the first and second embodiments. Figure 6 shows a typical optimisation sequence similar to the first 5 steps used in figure 4 but using a modified simplex method adapted in accordance with the first embodiment of the present invention. In this example in the fifth step of the method the projected contraction in the y direction for the step to the vertex 1 1 from vertex 10 has a length y6-9 which is less then ymin This step is therefore rejected and a new corrected vertex 1 I CORR is calculated for which the projected step in the y direction is equal to or greater than ymin. In this example the new calculated vertex is found by a contraction through the average of the previous trials 6 and 9, in which instead of contracting by a factor of 50% the contraction is adapted so that the projected distance of 1 I CORR fr°m vertices 6 and 9 is at least ymιn . The contraction-could be, for example, by a factor of only 20% or 25%. In the next step of the simplex point 12 is found using point 6 reflected through the line joining vertices 9 and 1 I CORR-
In a further embodiment of the invention, the corrected vertex can be found by reflection and subsequent contraction through some other point on the line connecting the remaining vertices. An example of this is shown in figure 7a). In this case the vertex R, found by the reflection of vertex F of simplex FGH through point O. is contracted to give vertex C. The step in the y direction to C is less than ymin and therefore C is rejected and a new vertex must be found. In this case the point of reflection is shifted to a new position, for example half way between G and O, to give a new point of reflection O'. A new reflection R is calculated and contracted to give vertex C. This vertex has a projected step in the y direction, which is greater than ymin and is therefore accepted. If this vertex C had a projected step in the y direction which was less than ymin then a new position O" would be chosen and new vertices R" and C" tested. While this embodiment has been illustrated by a shift of the point O to a position halfway between O and G it is of course conceivable to use any other suitable shift size, for example 10% or 25% of the distance between O (or O') and G.
Figure 7b) shows a further embodiment of the invention in which a new vertex Cadd is found by adding a step yadd in the y direction to a vertex C which has a step in the y direction which is less than > mιn. Step > add can be calculated to be exactly large enough so that the new vertex Cadd exactly fulfils the conditions of ym or a standard step in the y direction \ stan can be predetermined and used. In this case the standard step may need to be added to the vertex C a number of times before the step in the y direction is equal to or greater than ymιn.
Figure 7c) shows yet another embodiment of the invention in which a new vertex
Clt3 is found by an iterative process. In this case vertex C has a step in the y direction which is less than ymιn. A new point CItι is found by shifting C a distance along the line joining O and reflection R. This distance that C is shifted can be any suitable amount, e.g. 10% or 20 % of the distance from O to C or a fixed distance e.g. 1 unit. If vertex ClU has a step in the y direction which is less than ymm a new point Clt2 is found by shifting Clt] a distance along the line joining O and reflection R. This can be continued until a point, in this example CIt3, is found which has a step in the > direction which is greater than ymιn.
The above examples have illustrated the case where the step in the y direction is less than ymιn but the inventive concept is equally applicable to the cases where the step in the x (and other dimensions K. if present) is less than xmιn, (resp. Kmιn).
Similar but opposite measures to those described above can be taken if a calculated vertex would cause a step that is greater than xmax and/or yma i.e. an expansion could be reduced to. for example, 125% or 150% from 200% and a contraction increased to 75% instead of 50%.
The invention is naturally not limited to optimisation problems having just 2 variables but can be adapted to any number K of variables. The invention is also not limited to the simplex optimisation methods with only K+l vertices in each step, but can be adapted to any optimisation method, such as genetic algorithms, simulated annealing algorithms, etc. where each step is defined by a finite number of vertices confining a polyhedron or hyperpolyhedron. It is also conceivable that only some variables are provided with maximum and minimum step sizes while other \ ariables have unlimited step sizes. Furthermore the invention is not limited to the case when the minimum or maximum step size is defined by the distance between a vertex and all other vertices in the simplex, polyhedron or hyperpolyhedron but it they can be defined in other ways, for example the distance from the vertex and some other predefined, calculated or selected point or line or plane such as the point of reflection or the line or plane joining the other vertices or the nearest and/or furthest other vertex, etc., or a combination thereof.
The present invention can be realised in the form of a computer program product, called "software" in the following for the sake of brevity, for use in a computing device such as a main frame computer, micro computer, personal computer, microprocessor or the like, called "computer" in the following for the sake of brevity, for controlling a process or system or the like. In the case of a process, the software can be executed on a suitable process control computer that is connected by interfaces to process actuators and sensors. The process actuators can be, for example, remotely controlled valves, which can be opened or closed in response to a signal from the control computer in order to change control variables. The sensors can. for example, be temperature sensors or humidity sensors or sensors adapted to measure concentrations of chemicals such as oxygen, carbon monoxide or NOx. If the software is intended to achieve a reduction in the NOx released from a combustion process, in which the control variable which the software can change are the amount of urea added to the combustion process and the amount of exhaust gases recirculated, then the control outputs of the control computer would be interfaced to an actuator for a valve for controlling the amount of urea (called a urea valve from now on in the interest of brevity) and an actuator for a valve for controlling the exhaust gas recirculation (called a recirculation valve from now on in the interest of brevity). The control computer inputs would be interfaced to a sensor for measuring the amount of NOx in the exhaust and other sensors for measuring parameters which are of interest from a process standpoint (e.g. combustion temperature, exhaust temperature, amount of ammonia in the exhaust, air/fuel ratio etc.) but which are not relevant to the explanation of how the present invention functions and are therefore omitted from this description. The software in accordance with the first embodiment of the invention performs the following functions, as illustrated in a flow diagram in figure 8: in step 801 it sets each of the control variables, i.e. amount of urea added (called control variable "x") and amount of exhaust gases recirculated (control variable "y") to a first value. In step 803 it then monitors the combustion process until it reaches a steady state and then in step 805 measures and records the first steady state response of the combustion process, where the response that is measured is the concentration of NOx in the exhaust gases. Once a steady state concentration of NOx has been measured, i.e. the first response has been determined, the software changes the control variables x, y to new second values in step 807, monitors the combustion process until it reaches a steady state 809 and measures and records the second steady state response of the system in step 81 1. The other control variables of the system are kept constant. Once this second response has been determined the software changes the control variables x, y to new third values in step 813, monitors the combustion process until it reaches a steady state in step 815 and measures and records the third steady state response of the system in step 817. In step 819 the software orders the 3 responses in order of worst to best system response, for example, let us assume that the first trial W gives the worst response (i.e. has the highest NOx), the second trial N is better and the third trial B is best. These three trials are used by the software in step 821 as vertices in a simplex. The software is provided with a modified simplex type algorithm that is used in step 823 for calculating a new simplex vertex R based on the three original vertices. For example, the trial W which gave the worst response is rejected by the software and a new simplex is formed using vertices N, B and R. where R is a new vertex corresponding to a new trial that uses the values of the control variables x and y which can be found at the position of the reflection of trial W through the average of trials N and B. In step 825. the software calculates for each control variable x. y the projected step size in the direction of each control variable from the new vertex R and the other vertices. The software is provided with accessible memory or other storage means for storing minimum values of each control variable x. y. for the projected step sizes in the directions of the control variables i.e. minimum step sizes Xmin, ymin- respectively. The minimum step sizes can be given a certain predetermined value by a user or they can be changed by the software during the sequence to take into account variations in the conditions. For example, the minimum step size could be a proportion, e.g. one quarter, of the average step size during the last n steps. As mentioned above, the projected distance in the direction of each variable of the new vertex R from the other vertices N, B in the new simplex is calculated in step 825 and in step 827 each of these projected distances are compared against the appropriate minimum step size. If a calculated trial would result in a new vertex R which is greater than the defined minimum step size for the variables from all other vertices in the simplex then in step 829 the control variables are set to the values found at vertex R and the process is continued until a steady state is reached. The response of the system to the values of the control variable x, y at R is measured in step 831. The software then returns to step 819 and uses R instead of W for calculating a new simplex, again using the rules in accordance with the present invention regarding expansion, reflection and contraction mentioned above.
However, if a trial calculated at step 825 would result in a new vertex R which at step 827 is found to be is less than the defined minimum step size for one of the variables from all other vertices in the simplex then this vertex is rejected and at step 833 a further new vertex RNEW is calculated in which the step sizes for the variables x, y are equal to or greater than their respective minimum step sizes, xmin, ymin. The software then goes to step 829 and adjusts the control parameters x, y of the process to the values found at RNEW and lets the process continue until a steady state is reached. The response of the system to the values of the control variable x, y at RNEW is measured at step 831 and a new simplex is calculated, using the rules in accordance with the present invention regarding expansion, reflection and contraction mentioned above.
In order to save computing time, the software may alternatively be programmed to first identify which of the earlier vertices is/ are closest to the new vertex R in each of the projected directions of the control variables and then to just calculate the minimum step size between the new vertex R and the vertex which is nearest to it in the projected direction of the control variable. If the step to this vertex is greater than the minimum step size for that control variable, then the step size for all vertices which are further away from the new vertex will also be greater than the minimum step size and it is therefore unnecessary to repeat the comparison for all the vertices.
The use of a minimum step size can preferably be selectively activated and deactivated in order to allow an operator to influence the progression of the optimisation method. The minimum step sizes used by the software preferably are made adjustable as mentioned earlier in this description.
In a second embodiment of the present invention, the software of the type described in connection with the first embodiment of the present invention is provided with accessible memory or other storage means for storing maximum values of each control variable x, y, for the projected step sizes in the directions of the control variables i.e. maximum step sizes xmax, ymax, respectively. The maximum step sizes can be given a certain predetermined value by a user or they can be changed by the software during the sequence to take into account variations in the conditions. For example, the maximum step size could be a proportion, e.g. one quarter, of the average step size during the last n steps. In analogy with the method of the first embodiment of the present invention mentioned above, the projected distance in the direction of each variable of the new vertex R from the other vertices N. B in the new simplex is calculated. If a calculated trial would result in a new vertex R which is closer than the defined maximum step size for the variables from all other vertices in the simplex then the control variables are set to the values found at vertex R and the process is continued until a steady state is reached. The response of the system to the values of the control variable x, y at R is measured and a new simplex is calculated, using the rules in accordance with the present invention regarding expansion, reflection and contraction mentioned above.
However, if a calculated trial would result in a new vertex R which is further than the defined maximum step size for one of the variables from all other vertices in the simplex then this vertex is rejected or a further new vertex RNEW is calculated in which the step sizes for the variables x. y are equal to or less than their respective maximum step sizes, xma . ymax. The software then adjusts the control parameters x. y of the process to the values found at RNEW and lets the process continue until a steady state is reached. The response of the system to the values of the control variable x, y at RNEW is measured and a new simplex is calculated, using the rules in accordance with the present invention regarding expansion, reflection and contraction mentioned above.
In order to save computing time, the software may alternatively be programmed to first identify which of the earlier vertices is/are furthest from the new vertex R in each of the projected directions of the control variables and then to just calculate the maximum step size between the new vertex R and the vertex which is furthest from it in the projected direction of the control variable. If the step to this vertex is smaller than the maximum step size for that control variable, then the step size for all vertices which are closer to the new vertex will also be less than the maximum step size and it is therefore unnecessary to repeat the comparison for all the vertices. The use of a maximum step size can preferably be selectively activated and deactivated in order to allow an operator to influence the progression of the optimisation method. The maximum step sizes used by the software preferably are made adjustable as mentioned earlier in the description of this invention.
A third embodiment of the present invention can be made by providing both a minimum step size and a maximum step size for each control variable. In this case, the step size in the direction of a control variable is compared against both the minimum step size and the maximum step size for that control variable. If the step size is greater than the minimum step size and less than the maximum step size for that control variable then for it is accepted, otherwise a new step is calculated which lies between these limits.
A program product in accordance with present invention can be stored as a computer readable code in storage media such as computer memory, disks, CDs or other media suitable for storing computer program products in a readable form. The program product can be stored remotely from the site where the process or system which is to be optimised is positioned and can be accessed by, for example, the Internet, or some other wireless or cable communication means.

Claims

Claims
1. Method for optimising the response of a process or system comprising K process or system control variables (x, y), wherein the method comprises the steps of: defining a polyhedron or hypeφolyhedron with L vertices (BWN; FGH; 1-3), where
L is greater than K, wherein each vertex (BWN; FGH; 1-3) corresponds to a response of the process or system to a combination of variable (x, y) calculating one or several new vertices (R, C, CR. C , E, 4-12) based on the previous L vertices; and wherein the method is characterised by the steps of: providing a minimum step size (xmjn, ymin) for at least one of said variables (x, y); comparing the step size projected in the direction of said least one variable (x, y) between said new vertex or vertices (R, C, CR. C^-. E, 4- 12) and a predefined or calculated or selected point or line or plane or hyperplane against said minimum step size(s); rejecting one or several calculated new vertices (R, C, CR, Cw, E, 4-12) or increasing a step size projected in the direction of said least one variable (x, y) to said minimum step size (xmjn, ymin) or above if said step size projected in the direction of said least one variable (x, y) between said new vertex or vertices (R, C, C , Cw, E, 4-12) and said predefined or calculated or selected point or line or plane or hypeφlane is less than said minimum step size (xm;n, ymin) in order to find a new vertex (1 ICORR, Cadd, Cit3) which is at least the minimum step size (xmιn, ymin) from said predefined or calculated or selected point or line or plane or hypeφlane and adjusting said variables (x, y) to said new vertex ( 1 ICORR, Cadd. Clt3); and/or providing a maximum step size (xma , ymaχ) for at least one of said variables (x, y); comparing the step size projected in the direction of said at least one variable (x, y) between said new vertex or vertices and a predefined or calculated or selected point or line or plane or hypeφlane against said maximum step size(s) (xma.χ. ymax)÷ rejecting one or several calculated new vertices (R. C, CR, Cw. E. 4- 12) and decreasing said step size projected in the direction of said least one variable to said maximum step size (xmax, yma ) or less if said step size projected in the direction of said least one variable (x, y) between said calculated new vertex or vertices (R, C, CR, CW. E. 4-12) and a predefined or calculated or selected point or line or plane or hypeφlane is greater than said maximum step sizeιxmax. ymax): and setting the control variables to the values of the calculated vertex or values of the calculated vertices which give a step size greater than the minimum step sizes and/or give a step size less than the maximum step sizes.
2. Method according to claim 1 wherein the method is a modified simplex method for optimising the response of a system comprising K variables, wherein the method comprises the steps of: defining a first simplex with K+l vertices; calculating a new vertex based on the previous K+l vertices; and wherein the method is characterised by the steps of: providing a minimum step size for at least one of said variables, comparing the step size projected in the direction of said least one variable between said new vertex and a predefined or calculated or selected point or line or plane or hypeφlane against said minimum step size(s), then rejecting said new vertex and increasing a step size projected in the direction of said least one variable between said new vertex and said predefined or calculated or selected point or line or plane or hypeφlane to said minimum step size or above if said projected step size between said new vertex and said predefined or calculated or selected point or line or plane or hypeφlane is less than said minimum step size; and/or providing a maximum step size for at least one of said variables; comparing the step size projected in the direction of said at least one variable between said new vertex and a predefined or calculated or selected point or line or plane or hypeφlane against said maximum step size(s); and then rejecting said new vertex and decreasing a step size projected in the direction of said least one variable and the other vertices to said maximum step size or below if said projected step size between said new vertex and said predefined or calculated or selected point or line or plane or hypeφlane is greater than said maximum step size; setting the control variables to the values of the calculated vertex or values of the calculated vertices which give a step size greater than the minimum step sizes and/or give a step size less than the maximum step sizes.
3. Method according to any of the previous claims characterised in that said predefined or calculated or selected point or line or plane or hypeφlane is one or more of said previous vertices.
4. Method according to any of the previous claims characterised in that said predefined or calculated or selected point or line or plane or hypeφlane is a line or plane or hypeφlane connecting two or more of said previous vertices.
5. Method according to any of the previous claims characterised in that a step size which is to be decreased, resp increased, is decreased, resp. increased, by subtracting, resp adding, the difference in distance in the projected direction between said new vertex and said predefined, calculated or selected point or line or plane or hypeφlane from, resp to, said new vertex to form a further new vertex.
6. Method according to any of claims 1-4 characterised in that a step size which is to be decreased, resp increased, is decreased resp. increased by multiplying it by a factor which causes the resulting step size to be greater than said minimum step size and/or smaller than said maximum step size in the projected direction between said new vertex and said predefined, calculated or selected point or line or plane or hypeφlane and said resulting new vertex.
7. Computer program product containing code for performing the steps in a method in accordance with any of the previous claims.
8. Computer for controlling a process or system characterised in that it contains or executes a computer program product in accordance with claim 7.
9. Storage media for computer readable code characterised in that it contains a program product in accordance with claim 7.
10. Computer program product code stored on a computer readable medium for performing the method of claims 1 -6 when said program product is run on a computer.
PCT/SE2000/000730 1999-04-21 2000-04-17 Process optimation WO2000065468A2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU46328/00A AU4632800A (en) 1999-04-21 2000-04-17 Process optimation

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US13026299P 1999-04-21 1999-04-21
SE9901429A SE9901429D0 (en) 1999-04-21 1999-04-21 Process optimization
SE9901429-2 1999-04-21
US60/130,262 1999-04-21

Publications (2)

Publication Number Publication Date
WO2000065468A2 true WO2000065468A2 (en) 2000-11-02
WO2000065468A8 WO2000065468A8 (en) 2001-02-15

Family

ID=26663555

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/SE2000/000730 WO2000065468A2 (en) 1999-04-21 2000-04-17 Process optimation

Country Status (3)

Country Link
US (1) US6400993B1 (en)
AU (1) AU4632800A (en)
WO (1) WO2000065468A2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109776007A (en) * 2019-01-20 2019-05-21 北京工业大学 A kind of hand-stuff fancy grade matches the method for determination

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW200537322A (en) * 2004-03-31 2005-11-16 Evolvable Systems Res Inst Inc Parameter adjuster and parameter adjusting method
US8061123B2 (en) * 2007-10-30 2011-11-22 Caterpillar Inc. Method and system of thermal management in an exhaust system
US8433486B2 (en) * 2007-11-07 2013-04-30 GM Global Technology Operations LLC Method and apparatus to determine a preferred operating point for an engine of a powertrain system using an iterative search
CN110645103B (en) * 2019-09-11 2021-01-29 上海和兰透平动力技术有限公司 Gas turbine on-duty gas inlet flow control system
KR20220014761A (en) * 2020-07-29 2022-02-07 삼성전자주식회사 Method and system for searching synthesis condition

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5586049A (en) * 1994-10-19 1996-12-17 International Business Machines Corporation Apparatus and method for generating profiles of constituents of chemical mixtures
US5715165A (en) * 1994-12-23 1998-02-03 The University Of Connecticut Method and system for scheduling using a facet ascending algorithm or a reduced complexity bundle method for solving an integer programming problem

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109776007A (en) * 2019-01-20 2019-05-21 北京工业大学 A kind of hand-stuff fancy grade matches the method for determination
CN109776007B (en) * 2019-01-20 2021-06-25 北京工业大学 Method for determining optimal gradation of artificial filler

Also Published As

Publication number Publication date
AU4632800A (en) 2000-11-10
WO2000065468A8 (en) 2001-02-15
US6400993B1 (en) 2002-06-04

Similar Documents

Publication Publication Date Title
Kano et al. Practical model and detection algorithm for valve stiction
US7058617B1 (en) Method and apparatus for training a system model with gain constraints
US6278899B1 (en) Method for on-line optimization of a plant
US8554706B2 (en) Power plant control device which uses a model, a learning signal, a correction signal, and a manipulation signal
US7487031B2 (en) Control apparatus, control method, and engine control unit
US20080097683A1 (en) Control apparatus, control method, and engine control unit
CN107433845B (en) Condition based powertrain control system
US20070156363A1 (en) Calibration of engine control systems
JP2010086397A (en) Control device, control program, and method
US6400993B1 (en) Process optimation
CN112228901B (en) Online adjustment system and method for secondary air distribution of boiler
US4425614A (en) Self-organizing control system
Salehi et al. Decentralized feedback control of pumping losses and NOx emissions in diesel engines
US20040249578A1 (en) Nox software sensor
JP7347377B2 (en) Parameter adjustment device
US10844795B2 (en) Feedforward and feedback architecture for air path model predictive control of an internal combustion engine
CN109113883B (en) Method and device for controlling air-fuel ratio of internal combustion engine
Jones et al. Identification and adaptation of linear look-up table parameters using an efficient recursive least-squares technique
Hirsch et al. Adapted D-optimal experimental design for transient emission models of diesel engines
Ashhab et al. Control of Camless Intake Process—Part II
Ziane et al. A new method for fault detection in a free model context
JP7287421B2 (en) Parameter adjuster
JPH0272404A (en) Deciding method for membership function
CN114563126B (en) Air system pressure signal filtering self-learning method
Zhao et al. An Identification Approach for Industrial Nonlinear Model Predictive Control

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AL AM AT AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ CZ DE DE DK DK DM EE EE ES FI FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SK SL TJ TM TR TT TZ UA UG US UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH GM KE LS MW SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
AK Designated states

Kind code of ref document: C1

Designated state(s): AE AL AM AT AT AU AZ BA BB BG BR BY CA CH CN CR CU CZ CZ DE DE DK DK DM EE EE ES FI FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX NO NZ PL PT RO RU SD SE SG SI SK SK SL TJ TM TR TT TZ UA UG US UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: C1

Designated state(s): GH GM KE LS MW SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

D17 Declaration under article 17(2)a
REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP