121 resultados para MIP Mathematical Programming Job Shop Scheduling
Resumo:
En aquest projecte, amb la finalitat d'analitzar per mitjà d'un exemple (la base de dades d'una botiga que opera en línia) algunes de les possibilitats que dóna XML, s'ha construït un sistema que permet generar bases de dades relacionals (amb SQL) a partir de diagrames de classes definits en XML. D?aquesta manera es mostra la flexibilitat que aporta XML a la definició, el processament i la transformació dels documents.
Resumo:
OER development is becoming more sophisticated as instructors and course specialists become more familiar with the environment. Most OER development approaches for online courses have been developed from those that were appropriate in the face-to-face context. However, the OER online environment opens up new possibilities for learning as well as holding particular limitations. This paper presents some approaches that OER implementers should bear in mind when initiating and supporting OER course development projects.1. Beg, borrow, or steal courseware. Don't reinvent the wheel.2. Take what exists and build the course around it.3. Mix and match. Assemble. Don't create.4. Avoid the "not invented here" syndrome. 5. Know the content -garbage in and garbage out.6. Establish deadlines. Work to deadlines, but don't be unrealistic. 7. Estimate your costs and then double them. Double them again. 8. Be realistic in scheduling and scoping.9. The project plan must be flexible. Be prepared for major shifts.10. Build flexibly for reuse and repurposing -generalizability reduces costs 11. Provide different routes to learning. 12. Build to international standards.There are necessary features in every OER, including introduction, schedule etc. but it is most important to keep the course as simple as possible. Extreme Programming (XP) methodology can be adapted from software engineering to aid in the course development process.
Resumo:
”compositions” is a new R-package for the analysis of compositional and positive data.It contains four classes corresponding to the four different types of compositional andpositive geometry (including the Aitchison geometry). It provides means for computation,plotting and high-level multivariate statistical analysis in all four geometries.These geometries are treated in an fully analogous way, based on the principle of workingin coordinates, and the object-oriented programming paradigm of R. In this way,called functions automatically select the most appropriate type of analysis as a functionof the geometry. The graphical capabilities include ternary diagrams and tetrahedrons,various compositional plots (boxplots, barplots, piecharts) and extensive graphical toolsfor principal components. Afterwards, ortion and proportion lines, straight lines andellipses in all geometries can be added to plots. The package is accompanied by ahands-on-introduction, documentation for every function, demos of the graphical capabilitiesand plenty of usage examples. It allows direct and parallel computation inall four vector spaces and provides the beginner with a copy-and-paste style of dataanalysis, while letting advanced users keep the functionality and customizability theydemand of R, as well as all necessary tools to add own analysis routines. A completeexample is included in the appendix
Resumo:
In This work we present a Web-based tool developed with the aim of reinforcing teaching and learning of introductory programming courses. This tool provides support for teaching and learning. From the teacher's perspective the system introduces important gains with respect to the classical teaching methodology. It reinforces lecture and laboratory sessions, makes it possible to give personalized attention to the student, assesses the degree of participation of the students and most importantly, performs a continuous assessment of the student's progress. From the student's perspective it provides a learning framework, consisting in a help environment and a correction environment, which facilitates their personal work. With this tool students are more motivated to do programming
Resumo:
El proyecto a desarrollar consiste en la construcción de un portal de empleo para la gestión de ofertas y candidaturas. Esta solución consta de un solo módulo web; constituido por una sección personal y una sección de administración. El desarrollo se ha realizado con la plataforma de Microsoft .NET usando C# como lenguaje de programación.
Resumo:
Vegeu el resum a l'inici del document de l'arxiu adjunt
Resumo:
This paper examines the role of human capital, individual entrepreneurial traits and the business environment on firms' life cycle and on job creation in Spain. For this purpose, we have constructed a pseudo-panel, by using the Global Entrepreneurship Monitor survey over the period 2001-2008. We have found that the creation, maturity and survival of firms were aided by the availability of bank credit and the large immigration inflows that Spain received over this period. However, of these two factors, only bank credit had a positive effect on the creation of jobs and on improving expectations of job expansion. The relatively high levels of youth unemployment experienced even before the crises of 2008 hurt the firm's chances of maturity and survival. The results also suggested that the gender gap in entrepreneurial activities had narrowed. In relative terms, women with higher levels of education were more likely to create mature firms than men. Based on the empirical findings and those of related literature, the paper offers policy recommendations to foster a sustainable entrepreneurial sector capable of contributing to the recovery of the Spanish economy.
Resumo:
Large projects evaluation rises well known difficulties because -by definition- they modify the current price system; their public evaluation presents additional difficulties because they modify too existing shadow prices without the project. This paper analyzes -first- the basic methodologies applied until late 80s., based on the integration of projects in optimization models or, alternatively, based on iterative procedures with information exchange between two organizational levels. New methodologies applied afterwards are based on variational inequalities, bilevel programming and linear or nonlinear complementarity. Their foundations and different applications related with project evaluation are explored. As a matter of fact, these new tools are closely related among them and can treat more complex cases involving -for example- the reaction of agents to policies or the existence of multiple agents in an environment characterized by common functions representing demands or constraints on polluting emissions.
Resumo:
Drawing on data from two successive cohorts of PhD graduates, this paper analyses differences in overall job satisfaction and specific job domain satisfaction among PhDs employed in different sectors four years after completing their doctorate degrees. Covariate-adjusted job satisfaction differentials suggest that, compared to faculty members, PhD holders employed outside traditional academic and research jobs are more satisfied with the pecuniary facets of their work (principally, because of higher earnings), but significantly less satisfied with the content of their job and with how well the job matches their skills (and, in the case of public sector workers, with their prospects of promotion). The evidence regarding the overall job satisfaction of the PhD holders indicates that working in the public or private sectors is associated with less work well-being, which cannot be fully compensated by the better pecuniary facets of the job. It also appears that being employed in academia or in research centres provides almost the same perceived degree of satisfaction with the job and with its four specific domains. We also take into account the endogenous sorting of PhD holders into different occupations based on latent personal traits that might be related to job satisfaction. The selectivity-corrected job satisfaction differentials reveal the importance of self-selection based on unobservable traits, and confirm the existence of a certain penalisation for working in occupations other than academia or research, which is especially marked in the case of satisfaction with job content and job-skills match. The paper presents additional interesting evidence about the determinants of occupational choice among PhD holders, highlighting the relevance of certain academic attributes (especially PhD funding and pre-and-post-doc research mobility) in affecting the likelihood of being employed in academia, in a research centre or in other public or private sector job four years after completing their doctorate programme.
Resumo:
In a number of programs for gene structure prediction in higher eukaryotic genomic sequences, exon prediction is decoupled from gene assembly: a large pool of candidate exons is predicted and scored from features located in the query DNA sequence, and candidate genes are assembled from such a pool as sequences of nonoverlapping frame-compatible exons. Genes are scored as a function of the scores of the assembled exons, and the highest scoring candidate gene is assumed to be the most likely gene encoded by the query DNA sequence. Considering additive gene scoring functions, currently available algorithms to determine such a highest scoring candidate gene run in time proportional to the square of the number of predicted exons. Here, we present an algorithm whose running time grows only linearly with the size of the set of predicted exons. Polynomial algorithms rely on the fact that, while scanning the set of predicted exons, the highest scoring gene ending in a given exon can be obtained by appending the exon to the highest scoring among the highest scoring genes ending at each compatible preceding exon. The algorithm here relies on the simple fact that such highest scoring gene can be stored and updated. This requires scanning the set of predicted exons simultaneously by increasing acceptor and donor position. On the other hand, the algorithm described here does not assume an underlying gene structure model. Indeed, the definition of valid gene structures is externally defined in the so-called Gene Model. The Gene Model specifies simply which gene features are allowed immediately upstream which other gene features in valid gene structures. This allows for great flexibility in formulating the gene identification problem. In particular it allows for multiple-gene two-strand predictions and for considering gene features other than coding exons (such as promoter elements) in valid gene structures.
Resumo:
Important theoretical controversies remain unresolved in the literatire on occupational sex-segregation and the gender wage-gap. A useful way of summarising these controversies is viewing them as a debate between - cultural -socialisation. The paper discusses these theories in detail and carries out a preliminary test of the relative explanatory performance of some of their most consequential predictions. This is done by drawing on the Spanish sample of the second wave of the European Social Survey, ESS. The empirical analysis of ESS data illustrates the notable analytical pay-offs that can stem from using rich individual-level indicators, but also exemplifies the statistical llimitations generated by small sample size and high rates of non-response. Empirical results should, therefore, be taken as preliminary. They seem to suggest that the effect of occupational sex-segregation on wages could be explicable by workers' sex-role attitutes, their relative input in domestic production and the job-specific human capital requirements of their jobs. Of these three factors, job-specialisation seeems clearly the most important one.
Resumo:
Resorting to four waves of the European Community Household Panel, this research explores the association between temporary employment and the likelihood of being over-educated. Such an association has been largely ignored by the literature explaining over-education, more inclined to attribute such a mismatch to the system of education. Selecting three similarly standarised and stratified systems of education (France, Italy and Spain) and controlling for many other variables likely to affect over-education, like gender, age, tenure, job change, firm size or sector, the paper demonstrates that such an association between temporary employment and over-education exists. Being a stepping stone towards a more stable and adjusted position in the labour market, holding a temporary employment may be associated to a higher likelihood of being over-educated. Such an association is more likely in Italy and France. Yet, the opposite sign prevails where permanent employment becomes such a valuable asset as to make individuals trade human capital by employment security. This is the case of Spain.
Resumo:
The current research compares the perception of over-education in four different European countries, resorting to European Household Panel Data. The results confirm that the type of educational system accounts for some of the cross-national differences in self-perceived over-education. In qualificational spaces, like Denmark, where vocational training receives more importance, self-perceived over-education is not associated as much with educational attainment as in the so-called’ organisational spaces’, like Spain, France and Italy. Yet, the results confirm that, controlling for the system of education, the traits and regulation of the labour market also have an effect on over-education. Thus, in Spain, where temporary employment has soared in recent decades, this type of contract is clearly associated with the perception of over-education, to a much higher extent than in Italy or France. Temporary contracts in Spain may not work as a steppig stone for attaining a job suitable to the training received by the individual, as they may in the case of France or Italy. In sum, not only institutions offering skills and human capital, but labour market regulation as well, have a clear impact on the incidence of over-education.
Resumo:
This paper studies how firms make layoff decisions in the presence of adverse shocks. In this uncertain environment, workers' expectations about their job security affect their on-the-job performance. This productivity effect on job insecurity forces firms to strike a balance between laying off redundant workers and maintaining survivors' commitment when deciding on the amount and timing of downsizing. This framework offers an explanation of conservative employment practices (such as zero or reduced layoffs) based on firms having private information about their future profits. High retention rates and wages can signal that the firm has a bright future, boosting workers' confidence. Moreover, the model provides clear predictions about when waves of downsizing will occur as opposed to one-time massive cuts.
Resumo:
The Aitchison vector space structure for the simplex is generalized to a Hilbert space structure A2(P) for distributions and likelihoods on arbitrary spaces. Centralnotations of statistics, such as Information or Likelihood, can be identified in the algebraical structure of A2(P) and their corresponding notions in compositional data analysis, such as Aitchison distance or centered log ratio transform.In this way very elaborated aspects of mathematical statistics can be understoodeasily in the light of a simple vector space structure and of compositional data analysis. E.g. combination of statistical information such as Bayesian updating,combination of likelihood and robust M-estimation functions are simple additions/perturbations in A2(Pprior). Weighting observations corresponds to a weightedaddition of the corresponding evidence.Likelihood based statistics for general exponential families turns out to have aparticularly easy interpretation in terms of A2(P). Regular exponential families formfinite dimensional linear subspaces of A2(P) and they correspond to finite dimensionalsubspaces formed by their posterior in the dual information space A2(Pprior).The Aitchison norm can identified with mean Fisher information. The closing constant itself is identified with a generalization of the cummulant function and shown to be Kullback Leiblers directed information. Fisher information is the local geometry of the manifold induced by the A2(P) derivative of the Kullback Leibler information and the space A2(P) can therefore be seen as the tangential geometry of statistical inference at the distribution P.The discussion of A2(P) valued random variables, such as estimation functionsor likelihoods, give a further interpretation of Fisher information as the expected squared norm of evidence and a scale free understanding of unbiased reasoning