Swarm-Based Search Procedure for Finding Optimal Multi-Stage Designs for Phase II Clinical Trials
提出一种基于粒子群优化的搜索方法,将多阶段二期临床试验设计转化为连续优化问题,高效找到三阶段及以上的最优设计,并提供可定制的R代码。
Multi-stage Phase II clinical trials offer advantages over single-stage designs by enabling interim analyses that can accurately inform early termination of the trial if there is evidence that the treatment is likely to be ineffective or effective. However, identifying optimal designs for multi-stage trials poses considerable computational challenges. In addition to having to optimize many integer-valued variables, there are multiple constraints, including order constraints.Traditional exhaustive search methods lack scalability and quickly become computationally infeasible when the number of stages is three or more. To overcome this challenge, we utilize a spherical coordinate system and reformulate the design problem as a continuous optimization task. The new formulation enables us to efficiently use Particle Swarm Optimization (PSO) to extend Simon’s celebrated two-stage Phase II designs to three or more stages. Specifically, we show that our proposed search procedure not only reproduces the two-stage designs and certain three-stage designs found in the literature but also able to achieve the results more efficiently than traditional exhaustive search methods. We provide R codes for reproducing the optimal designs in this paper, which can be easily customized to generate tailor-made optimal designs for specific user needs.